Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).