Forms Count
Count of the number of forms on the current page
O que é Forms Count?
Forms Count é uma extensão do Chrome desenvolvida por jeremyfine365, e sua principal característica é "Count of the number of forms on the current page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Forms Count
Baixe arquivos de extensão Forms Count 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
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
Informações Básicas da Extensão
Nome | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
URL Oficial | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
Descrição | Count of the number of forms on the current page |
Tamanho do Arquivo | 47.24 KB |
Contagem de Instalações | 29,184 |
Versão Atual | 0.1 |
Última Atualização | 2014-04-01 |
Data de Publicação | 2014-04-01 |
Classificação | 2.53/5 Total de 17 Avaliações |
Desenvolvedor | jeremyfine365 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Forms Count", "description": "Count of the number of forms on the current page", "browser_action": { "default_icon": "icon-128.png", "default_title": "Forms Count" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |