Word Counter Pro

Provides a right click context menu to get stats on the selected text

Co to jest Word Counter Pro?

Word Counter Pro to rozszerzenie Chrome opracowane przez https://smalltoolstation.com, a jego główną funkcją jest „Provides a right click context menu to get stats on the selected text”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Counter Pro

Pobierz pliki rozszerzeń Word Counter Pro 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
Oficjalny URL https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
Opis Provides a right click context menu to get stats on the selected text
Rozmiar pliku 9.5 KB
Liczba instalacji 257
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-11-06
Data Publikacji 2019-11-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://smalltoolstation.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://smalltoolstation.com/contact-us
Adres URL Strony Polityki Prywatności https://smalltoolstation.com/privacy-policy
Obsługiwane Języki 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"
}