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

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

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)