Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/cookiecutter-chrome-extension
Cookiecutter template for creating a minimal Google Chrome extension.
https://github.com/audreyfeldroy/cookiecutter-chrome-extension
Last synced: 16 days ago
JSON representation
Cookiecutter template for creating a minimal Google Chrome extension.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/cookiecutter-chrome-extension
- Owner: audreyfeldroy
- Created: 2015-10-08T06:06:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T07:35:47.000Z (about 9 years ago)
- Last Synced: 2024-04-16T04:06:00.454Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-chrome-extension
A [Cookiecutter](https://github.com/audreyr/cookiecutter) template for a Google Chrome extension.
## Usage
1. Generate the code for your Chrome extension.
2. Go to chrome://extensions/
3. Click the Load Unpacked Extension button.
4. Choose the directory containing your Chrome extension code.
5. Now you can work on your extension.The code in this is based on the [Page Redder sample](https://developer.chrome.com/extensions/samples#search:page%20redder).