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.
- Host: GitHub
- URL: https://github.com/lapostoj/chrome-extensions
- Owner: lapostoj
- Created: 2016-03-07T06:22:42.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T00:46:02.000Z (over 4 years ago)
- Last Synced: 2025-02-08T13:11:32.452Z (3 months ago)
- Topics: chrome, chrome-extensions, javascript
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]: