https://github.com/hunter-io/browser-extension
Hunter for Chrome, Edge and Firefox
https://github.com/hunter-io/browser-extension
browser-extension chrome chrome-extension edge-addon firefox firefox-addon grunt
Last synced: 3 months ago
JSON representation
Hunter for Chrome, Edge and Firefox
- Host: GitHub
- URL: https://github.com/hunter-io/browser-extension
- Owner: hunter-io
- License: apache-2.0
- Created: 2018-07-12T03:52:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T04:36:57.000Z (over 2 years ago)
- Last Synced: 2023-10-25T04:35:29.726Z (over 2 years ago)
- Topics: browser-extension, chrome, chrome-extension, edge-addon, firefox, firefox-addon, grunt
- Language: HTML
- Homepage: https://hunter.io/extension
- Size: 3.23 MB
- Stars: 18
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hunter's browser extension
Hunter's browser extension is an easy way to find email addresses from anywhere on the web, with just one click.
* [Chrome Web Store](https://chrome.google.com/webstore/detail/hunter/hgmhmanijnjhaffoampdlllchpolkdnj)
* [Add-on for Edge](https://microsoftedge.microsoft.com/addons/detail/hunter-email-finder-ext/dmgcgojogkfomifjfeeafajhmgilkofk)
* [Add-on for Firefox](https://addons.mozilla.org/en-US/firefox/addon/hunterio/)
[Hunter's API](https://hunter.io/api) is used to fetch the data and users' accounts information.
## Generate the builds
The builds are automatically generated with Grunt for each browser. To install it globally, run:
```shell
npm install -g grunt-cli
```
To watch the changes and launch the builds, change to the project's root directory and run:
```shell
grunt
```
## Test the extension locally
On Chrome:
1. Go to the extensions page (chrome://extensions)
2. Click **Load unpacked extension...**
3. Select the folder `build-chrome`
On Edge:
1. Go to the extensions page (edge://extensions/)
2. Click **Load unpacked**
3. Select the folder `build-edge`
On Firefox:
1. Go to the debugging page (about:debugging)
2. Go to the tab **This Firefox**
3. Click **Load Temporary Add-on...**
4. Select a file inside `build-firefox`