Word Counter

Word Counter allows you to count the number of selected words and characters in a single click.

Word Counter क्या है?

Word Counter https://globaltwittertrends.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Word Counter allows you to count the number of selected words and characters in a single click."।

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

screenshot
screenshot

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

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

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

                        Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog.

It can be used on any website and for an unlimited amount of words and characters.

To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.                    

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

नाम Word Counter Word Counter
ID naipbdlipiclagppfadakpfhfpmjpmae
आधिकारिक URL https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae
विवरण Word Counter allows you to count the number of selected words and characters in a single click.
फ़ाइल का आकार 48.96 KB
स्थापना संख्या 5,239
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-03-01
प्रकाशन तिथि 2021-04-21
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर https://globaltwittertrends.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://globaltwittertrends.com/
सहायता पृष्ठ URL https://globaltwittertrends.com/#contact
समर्थित भाषाएँ id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Greatseotools.net",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}