Word Counter Plus
Provides a right click context menu to get stats on the selected text
Cos'è Word Counter Plus?
Word Counter Plus è un'estensione di Chrome sviluppata da https://steven-roberts.github.io, e la sua funzione principale è "Provides a right click context menu to get stats on the selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Counter Plus
Scarica i file di estensione Word Counter Plus 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
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
Informazioni di Base sull'Estensione
Nome | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
URL Ufficiale | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Descrizione | Provides a right click context menu to get stats on the selected text |
Dimensione del File | 5.23 KB |
Conteggio Installazioni | 179,028 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-07-21 |
Data di Pubblicazione | 2018-07-21 |
Valutazione | 4.25/5 Totale 99 Valutazioni |
Sviluppatore | https://steven-roberts.github.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL della Pagina di Aiuto | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |