Words Counter
This APP find the selected word amount.
Cos'è Words Counter?
Words Counter è un'estensione di Chrome sviluppata da grassland, e la sua funzione principale è "This APP find the selected word amount.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Words Counter
Scarica i file di estensione Words Counter 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
なぞった文字数をカウントできます。
なぞって右クリック→文字数カウンターを選択するだけです。
文字数の入力制限やレポートで文字数を計算するときなどに便利です。 Informazioni di Base sull'Estensione
| Nome | |
| ID | glilfjhglngcfhiogplalcgepclphbhd |
| URL Ufficiale | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
| Descrizione | This APP find the selected word amount. |
| Dimensione del File | 7.93 KB |
| Conteggio Installazioni | 8,785 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-05-24 |
| Data di Pubblicazione | 2016-05-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | grassland |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://shirotsumegusa.seesaa.net/article/438016649.html |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"background": {
"scripts": [
"count.js"
]
},
"web_accessible_resources": [
"images\/icon16.png",
"images\/icon32.png",
"images\/icon64.png",
"images\/icon128.png"
],
"permissions": [
"contextMenus"
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"default_locale": "ja"
} | |