LinkCount
Aggregate the number of links that appear in a web page.
Cos'è LinkCount?
LinkCount è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Aggregate the number of links that appear in a web page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LinkCount
Scarica i file di estensione LinkCount in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.
Informazioni di Base sull'Estensione
Nome | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
URL Ufficiale | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
Descrizione | Aggregate the number of links that appear in a web page. |
Dimensione del File | 10.89 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-04-16 |
Data di Pubblicazione | 2018-04-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |