Link Collector

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

Wat is Link Collector?

Link Collector is een Chrome-extensie ontwikkeld door http://www.lemonprogis.com, en de belangrijkste functie is "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Download het CRX-bestand van de extensie Link Collector

Download Link Collector-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

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

Basisinformatie over de Extensie

Naam Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Officiële URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Beschrijving Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Bestandsgrootte 11.71 KB
Aantal Installaties 193
Huidige Versie 1.1
Laatst Bijgewerkt 2017-05-25
Publicatiedatum 2017-05-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.lemonprogis.com
Betalingswijze free
Ondersteunde Talen 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'"
}