LinkCount

Aggregate the number of links that appear in a web page.

Co to jest LinkCount?

LinkCount to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Aggregate the number of links that appear in a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LinkCount

Pobierz pliki rozszerzeń LinkCount 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

                        Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkCount LinkCount
ID paaebmoedgifpclddpbmjckfmaeokcdj
Oficjalny URL https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj
Opis Aggregate the number of links that appear in a web page.
Rozmiar pliku 10.89 KB
Liczba instalacji 55
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-04-16
Data Publikacji 2018-04-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkCount",
    "description": "Aggregate the number of links that appear in a web page.",
    "author": "Leron Tolmachev",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "LinkCount",
        "default_popup": "popup.html"
    }
}