Count selected characters and words

A simple tool to count selected characters and words.

Count selected characters and words क्या है?

Count selected characters and words http://riangraphics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple tool to count selected characters and words."।

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

screenshot

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

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

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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

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

नाम Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
आधिकारिक URL https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
विवरण A simple tool to count selected characters and words.
फ़ाइल का आकार 7.42 KB
स्थापना संख्या 75
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2018-10-09
प्रकाशन तिथि 2018-10-09
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर http://riangraphics.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://riangraphics.com/highlithed-word-counter/
सहायता पृष्ठ URL https://riangraphics.com/highlithed-word-counter/#faq
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}