https://github.com/syntaxseed/chrome-extension-bootstrap
Chrome extension starter bootstrap template.
https://github.com/syntaxseed/chrome-extension-bootstrap
Last synced: 5 months ago
JSON representation
Chrome extension starter bootstrap template.
- Host: GitHub
- URL: https://github.com/syntaxseed/chrome-extension-bootstrap
- Owner: syntaxseed
- Created: 2019-11-16T17:46:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T15:42:24.000Z (over 6 years ago)
- Last Synced: 2025-03-27T06:45:30.317Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Bootstrap
A generic bootstrap template for creating simple Chrome browser extensions. Also works with Brave browser.
## Components
- common.js = functions common to the extension, available to both the other files.
- main.js = executes when extension icon is clicked.
- onload.js = executes when any tab finishes loading.
## How To Use
1. In the Chrome extensions tab under `Settings`, turn on `Developer Mode`.
1. Install extension via the `Load unpacked` button. Select the `extension-demo` directory and load that.
## Reference
https://github.com/ladieslearningcode/llc-intro-to-browser-extensions