Word Counter Pro

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

Wat is Word Counter Pro?

Word Counter Pro is een Chrome-extensie ontwikkeld door https://smalltoolstation.com, en de belangrijkste functie is "Provides a right click context menu to get stats on the selected text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Word Counter Pro

Download Word Counter Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
Officiële URL https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
Beschrijving Provides a right click context menu to get stats on the selected text
Bestandsgrootte 9.5 KB
Aantal Installaties 257
Huidige Versie 1.0
Laatst Bijgewerkt 2019-11-06
Publicatiedatum 2019-11-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://smalltoolstation.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://smalltoolstation.com/contact-us
URL van de Privacybeleid Pagina https://smalltoolstation.com/privacy-policy
Ondersteunde Talen 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"
}