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

https://github.com/lapostoj/chrome-extensions

Repo used to play around with chrome extensions.
https://github.com/lapostoj/chrome-extensions

chrome chrome-extensions javascript

Last synced: about 2 months ago
JSON representation

Repo used to play around with chrome extensions.

Awesome Lists containing this project

README

        

# ChromeExtensions

Author: lapostoj

Contact: [email protected]

## Description
Repo used to play around with chrome extensions.

## Structure
* GettingStarted: Getting started project presented on this URL: [getting-started].

## How to use
To add an extension to Chrome without going through the Chrome Web Store, follow these steps:
* Go to chrome://extensions/.
* Check that Developer mode is activated.
* Click "Load unpacked extension...".
* Select the directory where the extension files are.
* When you do a change you can then just use the "Reload" command under the extension.

[getting-started]: