Content Less Modules
Injects a small styled badge into every web page you visit, with a Less modules options page that moves it to the left or right edge.
Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: content script, options page, background service worker · Styling: Less · Level: beginner
Create this project
npx extension@latest create my-content-less-modules --template content-less-modules
cd my-content-less-modules
npm install
npm run dev
Files in this template
- extension.config.js
- src/background.js
- src/content/scripts.js
- src/content/styles.module.less
- src/images/icon.png
- src/manifest.json
- src/options/index.html
- src/options/scripts.js
- src/options/styles.module.less
Source on GitHubDocumentation
extension.devDocumentation for extension.dev