Initial Release-alpha
Pre-release
Pre-release
A solid boilerplate for a Chromium Extension.
Includes a Popup with basic UX functionality and also a
content script that just logs something to the console.
The structure is designed for simplicity. That's why
a lot of the code is written in single files instead of
modularizing everything. I think it just makes it
easier for all levels of programmers to get into the
code and start making changes.
main.js
is the single script file for index.html (the client)
content.js
runs on every tab as soon as it loads (the logic)