Skip to content

Initial Release-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@arakilian0 arakilian0 released this 12 Dec 19:30
· 43 commits to main since this release
1f948e4

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)