Link Collector

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

Vad är Link Collector?

Link Collector är en Chrome-tillägg utvecklad av http://www.lemonprogis.com, och dess huvudfunktion är "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Ladda ner Link Collector-förlängningens CRX-fil

Ladda ner Link Collector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Officiell webbadress https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Beskrivning Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Filstorlek 11.71 KB
Antal Installationer 193
Aktuell Version 1.1
Senast Uppdaterad 2017-05-25
Publiceringsdatum 2017-05-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.lemonprogis.com
Betalningssätt free
Stödda Språk 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'"
}