Word Counter Plus
Provides a right click context menu to get stats on the selected text
Qu'est-ce que Word Counter Plus ?
Word Counter Plus est une extension Chrome développée par https://steven-roberts.github.io, 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 Plus
Téléchargez les fichiers d'extension Word Counter Plus 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
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.
Informations de Base sur l'Extension
Nom | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
URL Officiel | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Description | Provides a right click context menu to get stats on the selected text |
Taille du Fichier | 5.23 KB |
Nombre d'Installations | 179,028 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-07-21 |
Date de Publication | 2018-07-21 |
Évaluation | 4.25/5 Total 99 Évaluations |
Développeur | https://steven-roberts.github.io |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL de la Page d'Aide | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Langues Prises en Charge | 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" ] } |