WordCount
Count words and characters in your writing with ease!!
Cos'è WordCount?
WordCount è un'estensione di Chrome sviluppata da Andrew Aske, e la sua funzione principale è "Count words and characters in your writing with ease!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WordCount
Scarica i file di estensione WordCount 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 provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!
Informazioni di Base sull'Estensione
Nome | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
URL Ufficiale | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
Descrizione | Count words and characters in your writing with ease!! |
Dimensione del File | 24.25 KB |
Conteggio Installazioni | 335 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-30 |
Data di Pubblicazione | 2020-12-29 |
Sviluppatore | Andrew Aske |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordCount", "author": "Andrew Aske", "description": "Count words and characters in your writing with ease!!", "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordCount" } } |