Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

Cos'è Link Collector?

Link Collector è un'estensione di Chrome sviluppata da http://www.lemonprogis.com, e la sua funzione principale è "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Scarica il file CRX dell'estensione Link Collector

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

                        used to collect links from a web page. can export as csv. all links are unique.                    

Informazioni di Base sull'Estensione

Nome Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL Ufficiale https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Descrizione Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Dimensione del File 11.71 KB
Conteggio Installazioni 193
Versione Corrente 1.1
Ultimo Aggiornamento 2017-05-25
Data di Pubblicazione 2017-05-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.lemonprogis.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}