https://github.com/seebigs/chrome-extension-examples
See how to build a chrome extension in both manifest v2 and v3
https://github.com/seebigs/chrome-extension-examples
Last synced: 11 months ago
JSON representation
See how to build a chrome extension in both manifest v2 and v3
- Host: GitHub
- URL: https://github.com/seebigs/chrome-extension-examples
- Owner: seebigs
- Created: 2021-02-11T22:41:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T14:54:48.000Z (over 5 years ago)
- Last Synced: 2025-06-07T05:35:54.719Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Examples
**See how to convert chrome extensions from manifest v2 to v3**
Compare the same example extensions built in both versions...
## Examples
* [Score Tracker Display](score-tracker-display)
* Interact and accept data from javascript functions in the main webpage
* Update text on the extention's icon when switching pages
* Store state between tabs
## Install and Use
1. Clone this repo to your machine
2. Open Chrome's [Extension Manager](chrome://extensions/)
3. Enable the "Developer Mode" switch
4. Click "Load Unpacked" and select any example folder in this project that contains a manifest.json file