my activities
it is a sample google chrome browser extension
the extension was built in flutter web.
how to build
% cd /path/to/project/root
% flutter build web --web-renderer html --csp
this will generate a /build/web
folder in the root of the project.
how to install in chrome browser
note: this is not an official package, not published via google extension market.
if you feel uncomfortable to play with it, then stop here. for the rest, have fun! ��
-
download the ziped extensions package from here.
-
unpack it into a folder and remember the path.
-
in chrome menu open the settings -> extensions page
(shorter way: type into the browser address bar: chrome://extensions/
)
-
enable the
developer mode
switch in the top right.
then 3 new buttons will appear, chose the first one:load unpacked elements ...
-
locate the unpacked zip folder and select the folder to load.
-
the extension is loaded.
-
open a new browser window, and click the extensions icon (puzzle icon) on the top right:
pin it:
- open/close it by clicking on the icon
Comments are closed.