Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Cos'è Word Counter Extension?
Word Counter Extension è un'estensione di Chrome sviluppata da Alex, e la sua funzione principale è "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Counter Extension
Scarica i file di estensione Word Counter Extension 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
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
Informazioni di Base sull'Estensione
Nome | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
URL Ufficiale | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
Descrizione | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
Dimensione del File | 8.66 KB |
Conteggio Installazioni | 12,224 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-01-05 |
Data di Pubblicazione | 2018-12-31 |
Valutazione | 2.86/5 Totale 7 Valutazioni |
Sviluppatore | Alex |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |