Word Counter Extension

Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.

Word Counter Extension क्या है?

Word Counter Extension Alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage."।

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

screenshot

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

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

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

                        Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.                    

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

नाम Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
आधिकारिक URL https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
विवरण Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
फ़ाइल का आकार 8.66 KB
स्थापना संख्या 12,224
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-01-05
प्रकाशन तिथि 2018-12-31
रेटिंग 2.86/5 कुल 7 रेटिंग्स
डेवलपर Alex
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Extension",
    "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.",
    "version": "1.0.0",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Wordcount",
    "background": {
        "scripts": [
            "wordcount.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Word Counter"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}