This is a fork of the public Chrome extension Link Grabber.
Link Grabber is an extension for Google Chrome that extracts links from an HTML page and displays them in another tab.
This fork includes the following enhancements:
- Dark Mode: Complete dark theme for better visual comfort
- Highlighting: Discord URLs, Twitter URLs, Telegram URLs, Github URLs, docs subdomain, "whitepaper", ETH/SOL Addresses
- Clone or download this repository
- Run
npm installto install dependencies - Run
npm run buildto build the extension - Load the extension in Chrome by going to
chrome://extensions/, enabling Developer mode, and clicking "Load unpacked" - Select the root directory of this project
npm run build- Build the extensionnpm run watch- Build and watch for changes during development
This project is open source software that also bundles other open source software.
Unless otherwise noted, the MIT License applies.
Icon files in images/ are derived from icons by FatCow (http://www.fatcow.com/free-icons) and licensed under the Creative Commons Attribution 3.0 License
Files in vendor/bootstrap are licensed under the apache-2.0 license (vendor/bootstrap/LICENSE)