Word Counter

See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!

Word Counter क्या है?

Word Counter Erik Ossner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Do you need to get a word and character count on a web page? Word Counter is your answer!

Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing.

Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces.

Enjoy the extension!                    

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

नाम Word Counter Word Counter
ID adgmgllmfhgppfnkmgikgbaniemjdikk
आधिकारिक URL https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk
विवरण See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
फ़ाइल का आकार 34.82 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 0.11
अंतिम अपडेट 2017-10-21
प्रकाशन तिथि 2017-10-21
रेटिंग 4.35/5 कुल 43 रेटिंग्स
डेवलपर Erik Ossner
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "name": "Word Counter",
    "short_name": "Count words and characters on a page",
    "version": "0.11",
    "manifest_version": 2,
    "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!",
    "browser_action": {
        "default_icon": "wc.png",
        "default_title": "Word Counter",
        "default_popup": "warning.html"
    },
    "icons": {
        "16": "wc.png",
        "48": "wordCount.png",
        "96": "wordCount.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/docs.google.com\/"
    ]
}