Word Counter Pro
Provides a right click context menu to get stats on the selected text
Qu'est-ce que Word Counter Pro ?
Word Counter Pro est une extension Chrome développée par https://smalltoolstation.com, et sa fonction principale est "Provides a right click context menu to get stats on the selected text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word Counter Pro
Téléchargez les fichiers d'extension Word Counter Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Word Counter Pro |
ID | pjckaihabdegbiljbdmbfiggeifgoeph |
URL Officiel | https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph |
Description | Provides a right click context menu to get stats on the selected text |
Taille du Fichier | 9.5 KB |
Nombre d'Installations | 257 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-11-06 |
Date de Publication | 2019-11-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://smalltoolstation.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://smalltoolstation.com/contact-us |
URL de la Page de Politique de Confidentialité | https://smalltoolstation.com/privacy-policy |
Langues Prises en Charge | 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" } |