Word Counter Pro
Provides a right click context menu to get stats on the selected text
Cos'è Word Counter Pro?
Word Counter Pro è un'estensione di Chrome sviluppata da https://smalltoolstation.com, 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 Pro
Scarica i file di estensione Word Counter Pro 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
Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text. Word Counter Pro is a simple and useful tool that lets you views stats on selected text. How to use it: highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length. Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.
Informazioni di Base sull'Estensione
Nome | Word Counter Pro |
ID | pjckaihabdegbiljbdmbfiggeifgoeph |
URL Ufficiale | https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph |
Descrizione | Provides a right click context menu to get stats on the selected text |
Dimensione del File | 9.5 KB |
Conteggio Installazioni | 257 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-11-06 |
Data di Pubblicazione | 2019-11-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://smalltoolstation.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://smalltoolstation.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://smalltoolstation.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "description": "Provides a right click context menu to get stats on the selected text", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "Word Counter Pro", "offline_enabled": true, "permissions": [ "contextMenus" ], "version": "1.0" } |