An open API service indexing awesome lists of open source software.

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

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