Link Xtractor

Link Xtractor lets you extract all the links from Google Search Results or from any HTML page

Cos'è Link Xtractor?

Link Xtractor è un'estensione di Chrome sviluppata da https://startupflux.com, e la sua funzione principale è "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Xtractor

Scarica i file di estensione Link Xtractor 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

                        Link Xtractor is a powerful chrome extension which lets you extract all the links from Google Search Results or from any HTML page. Easy One click to copy all the links and store them.                    

Informazioni di Base sull'Estensione

Nome Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL Ufficiale https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Descrizione Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Dimensione del File 31.37 KB
Conteggio Installazioni 2,080
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-03-28
Data di Pubblicazione 2018-03-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://startupflux.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Xtractor",
    "description": "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}