BerkSpar / chrome_extension

A chrome extension built in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

To use this project as a Chrome extension, follow the steps below:

  1. Clone this project.

  2. From the project directory, run:

flutter build web --web-renderer html --csp
  1. Go to the following URL from Chrome browser:
chrome://extensions
  1. Enable the Developer mode.

  2. Click Load unpacked. Select the <project_dir>/build/web folder.

This will install the extension to your Chrome browser and then you will be able to access the extension by clicking on the extension icon.

About

A chrome extension built in Flutter


Languages

Language:HTML 62.4%Language:Dart 37.6%