Link Collector

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

Co to jest Link Collector?

Link Collector to rozszerzenie Chrome opracowane przez http://www.lemonprogis.com, a jego główną funkcją jest „Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.”.

Pobierz plik CRX rozszerzenia Link Collector

Pobierz pliki rozszerzeń Link Collector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Oficjalny URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Opis Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Rozmiar pliku 11.71 KB
Liczba instalacji 193
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-05-25
Data Publikacji 2017-05-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.lemonprogis.com
Typ Płatności free
Obsługiwane Języki 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'"
}