https://github.com/ragingwind/chrome-extension-boilerplate
Boilerplate to kickstart creating a chrome extension
https://github.com/ragingwind/chrome-extension-boilerplate
Last synced: 26 days ago
JSON representation
Boilerplate to kickstart creating a chrome extension
- Host: GitHub
- URL: https://github.com/ragingwind/chrome-extension-boilerplate
- Owner: ragingwind
- Created: 2016-08-04T23:58:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T15:18:54.000Z (over 8 years ago)
- Last Synced: 2025-11-30T15:56:21.507Z (7 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# chrome-extension-boilerplate
| Boilerplate to build a Chrome extension
## Getting started
In your working directory, run the command below:
```
$ curl -fsSL https://github.com/ragingwind/chrome-extension-boilerplate/archive/master.tar.gz | tar -xz
```
or using clone:
```
git clone https://github.com/ragingwind/chrome-extension-boilerplate
```
or [download](https://github.com/ragingwind/chrome-extension-boilerplate/archive/master.zip) this repo and get contents of the folder.
## Featured List
- [Support multiple languages](https://developer.chrome.com/extensions/i18n)
- All the arragements have been prepared for manifest.json, icons
- Browser action is defaultgs
## Run for test
Go Chrome > chrome://extension > Enable Developer Mode > Load unpack extension > Find the directory of source files > Load source files
# License
MIT @ [Jimmy Moon](http://ragingwind.me)