https://github.com/emilte/browser-extension-eyedropper
https://github.com/emilte/browser-extension-eyedropper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilte/browser-extension-eyedropper
- Owner: emilte
- Created: 2025-02-27T00:07:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T01:11:58.000Z (3 months ago)
- Last Synced: 2025-02-27T02:24:47.738Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browser-extension-eyedropper
Well, it's an eyedroppper.
Supported browsers: Google Chrome, Firefox
## How to:
Google Chrome
1. Clone this repo
2. Paste this in the search bar of Chrome `chrome://extensions`
3. Toggle `Developer mode`
4. Load unpacked -> select this folder
5. Visit https://www.example.com. You should see a green box with `The extension is working!`
6. Start customizing (see tutorial below)Firefox
1. Clone this repo
2. Paste this in the search bar of Firefox `about:debugging#/runtime/this-firefox`
3. Load Temporary Add-On... -> select `manifest.json` in this folder
4. Visit https://www.example.com. You should see a green box with `The extension is working!`
5. Start customizing (see tutorial below)