LinkCount
Aggregate the number of links that appear in a web page.
O que é LinkCount?
LinkCount é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Aggregate the number of links that appear in a web page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LinkCount
Baixe arquivos de extensão LinkCount no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.
Informações Básicas da Extensão
Nome | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
URL Oficial | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
Descrição | Aggregate the number of links that appear in a web page. |
Tamanho do Arquivo | 10.89 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.1 |
Última Atualização | 2018-04-16 |
Data de Publicação | 2018-04-16 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |