https://github.com/maxbeizer/simple-chrome-extension
Chrome extension basics
https://github.com/maxbeizer/simple-chrome-extension
Last synced: 11 months ago
JSON representation
Chrome extension basics
- Host: GitHub
- URL: https://github.com/maxbeizer/simple-chrome-extension
- Owner: maxbeizer
- License: mit
- Created: 2016-02-25T12:27:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T12:32:58.000Z (over 10 years ago)
- Last Synced: 2025-07-02T03:47:15.969Z (12 months ago)
- Language: JavaScript
- Homepage: https://robots.thoughtbot.com/how-to-make-a-chrome-extension
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Chrome Extension
Learning the basics of chrome extensions from [Thoughtbot](https://robots.thoughtbot.com/how-to-make-a-chrome-extension).
## To Run in Chrome
> To load your extension in Chrome, open up chrome://extensions/ in your browser
> and click “Developer mode” in the top right. Now click “Load unpacked
> extension…” and select the extension’s directory. You should now see your
> extension in the list. When you change or add code in your extension, just
> come back to this page and reload the page. Chrome will reload your extension.
## License
MIT