Forms Count
Count of the number of forms on the current page
Cos'è Forms Count?
Forms Count è un'estensione di Chrome sviluppata da jeremyfine365, e la sua funzione principale è "Count of the number of forms on the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forms Count
Scarica i file di estensione Forms Count 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
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
Informazioni di Base sull'Estensione
Nome | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
URL Ufficiale | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
Descrizione | Count of the number of forms on the current page |
Dimensione del File | 47.24 KB |
Conteggio Installazioni | 29,184 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-04-01 |
Data di Pubblicazione | 2014-04-01 |
Valutazione | 2.53/5 Totale 17 Valutazioni |
Sviluppatore | jeremyfine365 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |