A simple Chrome extension to extract and display email addresses from the current webpage.
- Scrape Emails: Extract emails with a click.
- Real-time Results: Display found emails instantly.
- Clone the repository or download the source code.
- Open Chrome and go to
chrome://extensions/. - Enable Developer Mode.
- Click on "Load unpacked" and select the directory containing the extension files.
- Move to the desired web page, where you need to scrape emails from.
- Click on the extension icon to open the popup interface.
- Press the "Scrape Emails" button to start extracting emails from the current webpage.
- Found emails will be listed below the button in real-time.
- activeTab: Access the content of the active tab.
- scripting: Execute scripts for email extraction.