Count the length of the character
Count the length of the characters typed.
Cos'è Count the length of the character?
Count the length of the character è un'estensione di Chrome sviluppata da T.F, e la sua funzione principale è "Count the length of the characters typed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Count the length of the character
Scarica i file di estensione Count the length of the character 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 can count typed string length. Informazioni di Base sull'Estensione
| Nome | |
| ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
| URL Ufficiale | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
| Descrizione | Count the length of the characters typed. |
| Dimensione del File | 7.36 KB |
| Conteggio Installazioni | 913 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2013-11-01 |
| Data di Pubblicazione | 2013-10-31 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | T.F |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "0.1",
"description": "__MSG_extDescription__",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_popup": "html\/popup.html",
"default_icon": "icon_128.png"
},
"background": {
"scripts": [
"js\/popup.js"
],
"persistent": false
}
} | |