https://github.com/berkspar/chrome_extension
A chrome extension built in Flutter
https://github.com/berkspar/chrome_extension
Last synced: 4 months ago
JSON representation
A chrome extension built in Flutter
- Host: GitHub
- URL: https://github.com/berkspar/chrome_extension
- Owner: BerkSpar
- Created: 2023-05-02T14:23:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T22:42:02.000Z (about 2 years ago)
- Last Synced: 2024-12-30T16:53:49.818Z (6 months ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
To use this project as a Chrome extension, follow the steps below:1. Clone this project.
2. From the project directory, run:
```sh
flutter build web --web-renderer html --csp
```3. Go to the following URL from Chrome browser:
```url
chrome://extensions
```4. Enable the **Developer mode**.
5. Click **Load unpacked**. Select the `/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**.