LinkCount
Aggregate the number of links that appear in a web page.
Wat is LinkCount?
LinkCount is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Aggregate the number of links that appear in a web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie LinkCount
Download LinkCount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain. Basisinformatie over de Extensie
| Naam | |
| ID | paaebmoedgifpclddpbmjckfmaeokcdj |
| Officiële URL | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
| Beschrijving | Aggregate the number of links that appear in a web page. |
| Bestandsgrootte | 10.89 KB |
| Aantal Installaties | 55 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-04-16 |
| Publicatiedatum | 2018-04-16 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |