Link Extractor
An easy to use extractor for hyperlinks on any page
Wat is Link Extractor?
Link Extractor is een Chrome-extensie ontwikkeld door ultimateblaze1, en de belangrijkste functie is "An easy to use extractor for hyperlinks on any page".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Extractor
Download Link Extractor-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
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
Basisinformatie over de Extensie
Naam | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
Officiële URL | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
Beschrijving | An easy to use extractor for hyperlinks on any page |
Bestandsgrootte | 876 KB |
Aantal Installaties | 4,873 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-04-14 |
Publicatiedatum | 2019-04-14 |
Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ultimateblaze1 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |