Word Counter Plus

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

Word Counter Plus क्या है?

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

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
आधिकारिक URL https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
विवरण Provides a right click context menu to get stats on the selected text
फ़ाइल का आकार 5.23 KB
स्थापना संख्या 179,028
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-07-21
प्रकाशन तिथि 2018-07-21
रेटिंग 4.25/5 कुल 99 रेटिंग्स
डेवलपर https://steven-roberts.github.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Steven-Roberts/Word-Counter-Plus
सहायता पृष्ठ URL https://github.com/Steven-Roberts/Word-Counter-Plus/issues
समर्थित भाषाएँ 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"
    ]
}