Character Count

Количество символов и слов в тексте

Character Count क्या है?

Character Count https://charactercount.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Количество символов и слов в тексте"।

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

screenshot
screenshot

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

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

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

                        Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool.

A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline.

How do you use it? 

- Activate the extension
- Highlight the text fragment
- Click the extension button and Character counter will count how many words and characters                    

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

नाम Character Count Character Count
ID pbdbclofheomdhkeinpijgfhkdjcookd
आधिकारिक URL https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd
विवरण Количество символов и слов в тексте
फ़ाइल का आकार 17.75 KB
स्थापना संख्या 5,527
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-11-02
प्रकाशन तिथि 2020-09-07
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर https://charactercount.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://charactercount.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Character Count",
    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}