Word Counter Pro

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

Word Counter Pro क्या है?

Word Counter Pro https://smalltoolstation.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a right click context menu to get stats on the selected text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Counter Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
आधिकारिक URL https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
विवरण Provides a right click context menu to get stats on the selected text
फ़ाइल का आकार 9.5 KB
स्थापना संख्या 257
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-11-06
प्रकाशन तिथि 2019-11-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://smalltoolstation.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://smalltoolstation.com/contact-us
गोपनीयता नीति पृष्ठ URL https://smalltoolstation.com/privacy-policy
समर्थित भाषाएँ 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"
}