Link Collector

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

Hvad er Link Collector?

Link Collector er en Chrome-udvidelse udviklet af http://www.lemonprogis.com, og dens hovedfunktion er "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Download Link Collector-udvidelses-CRX-fil

Download Link Collector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Officiel URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Beskrivelse Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Filstørrelse 11.71 KB
Antal Installationer 193
Nuværende Version 1.1
Senest Opdateret 2017-05-25
Udgivelsesdato 2017-05-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.lemonprogis.com
Betalingsmetode free
Understøttede Sprog 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'"
}