Word Counter Plus
Provides a right click context menu to get stats on the selected text
Co to jest Word Counter Plus?
Word Counter Plus to rozszerzenie Chrome opracowane przez https://steven-roberts.github.io, a jego główną funkcją jest „Provides a right click context menu to get stats on the selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word Counter Plus
Pobierz pliki rozszerzeń Word Counter Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Oficjalny URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Opis | Provides a right click context menu to get stats on the selected text |
Rozmiar pliku | 5.23 KB |
Liczba instalacji | 179,028 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-07-21 |
Data Publikacji | 2018-07-21 |
Ocena | 4.25/5 Łącznie 99 Oceny |
Deweloper | https://steven-roberts.github.io |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Steven-Roberts/Word-Counter-Plus |
Adres URL Strony Pomocy | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Obsługiwane Języki | 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" ] } |