Link Scraper
Scrape all the links on a web page
Wat is Link Scraper?
Link Scraper is een Chrome-extensie ontwikkeld door Tim Finnigan, en de belangrijkste functie is "Scrape all the links on a web page".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Scraper
Download Link Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simply click the extension icon to download a JSON file of all the links on a web page.
Basisinformatie over de Extensie
Naam | Link Scraper |
ID | apdmmebfdjlefbomdafjgbfjipjocdof |
Officiële URL | https://chromewebstore.google.com/detail/link-scraper/apdmmebfdjlefbomdafjgbfjipjocdof |
Beschrijving | Scrape all the links on a web page |
Bestandsgrootte | 11.32 KB |
Aantal Installaties | 1,137 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2021-02-22 |
Ontwikkelaar | Tim Finnigan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |