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

https://github.com/syntaxseed/chrome-extension-bootstrap

Chrome extension starter bootstrap template.
https://github.com/syntaxseed/chrome-extension-bootstrap

Last synced: 5 months ago
JSON representation

Chrome extension starter bootstrap template.

Awesome Lists containing this project

README

          

# Chrome Extension Bootstrap

A generic bootstrap template for creating simple Chrome browser extensions. Also works with Brave browser.

## Components

- common.js = functions common to the extension, available to both the other files.
- main.js = executes when extension icon is clicked.
- onload.js = executes when any tab finishes loading.

## How To Use

1. In the Chrome extensions tab under `Settings`, turn on `Developer Mode`.
1. Install extension via the `Load unpacked` button. Select the `extension-demo` directory and load that.

## Reference

https://github.com/ladieslearningcode/llc-intro-to-browser-extensions