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

https://github.com/ewliang/Chrome-Extension-Base-Template

This is a basic Chrome Extension base template for starting new projects off of initialized with a MIT license.
https://github.com/ewliang/Chrome-Extension-Base-Template

base-template browser-extension browser-plugin chrome-api chrome-browser-extension chrome-extension chrome-extension-starter chrome-extension-starter-template css3 google-chrome google-chrome-extension html5 javascript starter-pack starter-template template

Last synced: about 1 year ago
JSON representation

This is a basic Chrome Extension base template for starting new projects off of initialized with a MIT license.

Awesome Lists containing this project

README

          

# Chrome-Extension-Base-Template
This is a basic Chrome Extension base template for starting new projects off of initialized with a MIT license.

## Features
- ..
- ..
- ..

## Author
First Last
- [Author Website]()
- [Author Github]()
- [Project Repository]()

## Requirements
### Knowledge
- HTML
- CSS
- Javascript
- Chrome API
### Tools
- Google Chrome Browser
- IDE or Text Editor of Your Choice

## Setup Instructions
### For Developers
1. Make a clone of this project, unzipped.
2. Open Chrome Browser
3. In a new or blank tab, type in "chrome://extensions/" (without the quotes of course) and click [Enter].
4. At the top right corner of the page, **enable** "Developer Mode"
5. Click the button on the page that says "Load Unpacked"
6. Navigate to your unzipped project folder and select that and hit OK.
7. You are now ready to start working on the extension! Just make sure you reload after each change you make to see the changes take place.

### For End Users
1. ...
2. ...
3. ...

## License
Please refer to LICENSE file.