Link Scraper
Scrape all the links on a web page
What is Link Scraper?
Link Scraper is a Chrome extension developed by Tim Finnigan, and its main feature is "Scrape all the links on a web page".
Extension Screenshots
Download Link Scraper Extension CRX File
Download Link Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simply click the extension icon to download a JSON file of all the links on a web page.
Extension Basic Information
Name | Link Scraper |
ID | apdmmebfdjlefbomdafjgbfjipjocdof |
Official URL | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
Description | Scrape all the links on a web page |
File Size | 11.32 KB |
Installation Count | 1,137 |
Current Version | 1.0.0 |
Last Updated | 2021-02-22 |
Publish Date | 2021-02-22 |
Developer | Tim Finnigan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Scraper", "description": "Scrape all the links on a web page", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "activeTab" ] } |