Word Counter Plus
Provides a right click context menu to get stats on the selected text
Co je Word Counter Plus?
Word Counter Plus je rozšíření Chrome vyvinuté https://steven-roberts.github.io, a jeho hlavní funkcí je „Provides a right click context menu to get stats on the selected text“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Word Counter Plus
Stáhněte si soubory rozšíření Word Counter Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Oficiální URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Popis | Provides a right click context menu to get stats on the selected text |
Velikost souboru | 5.23 KB |
Počet instalací | 179,028 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-07-21 |
Datum Vydání | 2018-07-21 |
Hodnocení | 4.25/5 Celkem 99 Hodnocení |
Vývojář | https://steven-roberts.github.io |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL Stránky Nápovědy | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Podporované Jazyky | 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" ] } |