LinkCount

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

Qu'est-ce que LinkCount ?

LinkCount est une extension Chrome développée par Unknown, et sa fonction principale est "Aggregate the number of links that appear in a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinkCount

Téléchargez les fichiers d'extension LinkCount au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom LinkCount LinkCount
ID paaebmoedgifpclddpbmjckfmaeokcdj
URL Officiel https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj
Description Aggregate the number of links that appear in a web page.
Taille du Fichier 10.89 KB
Nombre d'Installations 55
Version Actuelle 1.1
Dernière Mise à Jour 2018-04-16
Date de Publication 2018-04-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}