https://github.com/classvsoftware/example-chrome-extension
Example Chrome Extension - open source examples for Chrome extension APIs
https://github.com/classvsoftware/example-chrome-extension
browser-extension chrome chrome-extension
Last synced: about 2 months ago
JSON representation
Example Chrome Extension - open source examples for Chrome extension APIs
- Host: GitHub
- URL: https://github.com/classvsoftware/example-chrome-extension
- Owner: classvsoftware
- License: mit
- Created: 2022-05-03T18:13:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T15:58:19.000Z (about 1 year ago)
- Last Synced: 2025-03-25T12:53:36.229Z (3 months ago)
- Topics: browser-extension, chrome, chrome-extension
- Language: JavaScript
- Homepage: https://www.buildingbrowserextensions.com
- Size: 4.32 MB
- Stars: 74
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Example Chrome Extension!
## [Install Example Chrome Extension for Chrome](https://chrome.google.com/webstore/detail/browser-extension-explore/jnofdoejfipgalklopidpdeofjebihcf)
This is a companion extension for the book [Building Browser Extensions by Matt Frisbie](https://www.amazon.com/Building-Browser-Extensions-Create-Firefox-ebook/dp/B0BN578YT5?maas=maas_adg_BE8EBDC1A30DF0DDA752B166D20FD557_afap_abs&ref_=aa_maas&tag=maas). The extension contains a collection of open source examples demonstrating how
the various parts of browser extensions work.In order to make the source code easy to understand, it intentionally
uses **zero** automated build tools. This means you can
clone this project and immediately load the extension into your browser
as-is.
![]()