Word Counter Pro

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

Vad är Word Counter Pro?

Word Counter Pro är en Chrome-tillägg utvecklad av https://smalltoolstation.com, och dess huvudfunktion är "Provides a right click context menu to get stats on the selected text".

Tilläggsskärmbilder

screenshot

Ladda ner Word Counter Pro-förlängningens CRX-fil

Ladda ner Word Counter Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
Officiell webbadress https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
Beskrivning Provides a right click context menu to get stats on the selected text
Filstorlek 9.5 KB
Antal Installationer 257
Aktuell Version 1.0
Senast Uppdaterad 2019-11-06
Publiceringsdatum 2019-11-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://smalltoolstation.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://smalltoolstation.com/contact-us
URL till Sekretesspolicy Sidan https://smalltoolstation.com/privacy-policy
Stödda Språk 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"
}