Link Collector

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

Co je Link Collector?

Link Collector je rozšíření Chrome vyvinuté http://www.lemonprogis.com, a jeho hlavní funkcí je „Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.“.

Stáhnout soubor CRX rozšíření Link Collector

Stáhněte si soubory rozšíření Link Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Oficiální URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Popis Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Velikost souboru 11.71 KB
Počet instalací 193
Aktuální Verze 1.1
Poslední Aktualizace 2017-05-25
Datum Vydání 2017-05-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://www.lemonprogis.com
Typ Platby free
Podporované Jazyky 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'"
}