Link Extractor
An easy to use extractor for hyperlinks on any page
Cos'è Link Extractor?
Link Extractor è un'estensione di Chrome sviluppata da ultimateblaze1, e la sua funzione principale è "An easy to use extractor for hyperlinks on any page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link Extractor
Scarica i file di estensione Link Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
Informazioni di Base sull'Estensione
Nome | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
URL Ufficiale | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
Descrizione | An easy to use extractor for hyperlinks on any page |
Dimensione del File | 876 KB |
Conteggio Installazioni | 4,873 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-04-14 |
Data di Pubblicazione | 2019-04-14 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | ultimateblaze1 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |