LinkCount
Aggregate the number of links that appear in a web page.
Was ist LinkCount?
LinkCount ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Aggregate the number of links that appear in a web page.".
Erweiterungsscreenshots
LinkCount-Erweiterungs-CRX-Datei herunterladen
Laden Sie LinkCount-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.
Grundlegende Informationen zur Erweiterung
Name | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
Offizielle URL | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
Beschreibung | Aggregate the number of links that appear in a web page. |
Dateigröße | 10.89 KB |
Installationsanzahl | 55 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-04-16 |
Veröffentlichungsdatum | 2018-04-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |