Word Counter Plus
Provides a right click context menu to get stats on the selected text
Was ist Word Counter Plus?
Word Counter Plus ist eine Chrome-Erweiterung, die von https://steven-roberts.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Provides a right click context menu to get stats on the selected text".
Erweiterungsscreenshots
Word Counter Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Counter Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Offizielle URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Beschreibung | Provides a right click context menu to get stats on the selected text |
Dateigröße | 5.23 KB |
Installationsanzahl | 179,028 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-07-21 |
Veröffentlichungsdatum | 2018-07-21 |
Bewertung | 4.25/5 Insgesamt 99 Bewertungen |
Entwickler | https://steven-roberts.github.io |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Steven-Roberts/Word-Counter-Plus |
Hilfeseite URL | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Unterstützte Sprachen | 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" ] } |