Counting Characters - #1 Letter & Word Count

#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).

Counting Characters - #1 Letter & Word Count क्या है?

Counting Characters - #1 Letter & Word Count https://www.countingcharacters.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter)."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Counting Characters is a free character count online extension that gives you instant results(total characters, total characters without spaces, total white spaces and total words) of given text or selected text. (www.countingcharacters.com)

New: Website Word Count - With our new feature, you can count the total words of the web page on one click.

Why should you choose this extension(Counting Characters)?
# This extension is free to use.
# Also work in offline.
# It gives you real-time results of given text.
# Count characters and words by selecting text from the context(right-click) menu.
# Case Converter
# UPPERCASE Converter
# Lowercase Converter
# Titlecase Converter
# Our extension is best for the writers and bloggers.                    

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

नाम Counting Characters - #1 Letter & Word Count Counting Characters - #1 Letter & Word Count
ID gmaddeabdjpmjkghhhhfdkeemfcnknpl
आधिकारिक URL https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl
विवरण #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
फ़ाइल का आकार 269 KB
स्थापना संख्या 32,822
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2019-02-03
प्रकाशन तिथि 2019-02-03
रेटिंग 3.76/5 कुल 34 रेटिंग्स
डेवलपर https://www.countingcharacters.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.countingcharacters.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counting Characters - #1 Letter & Word Count",
    "version": "1.1.6",
    "description": "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "title": "CountingCharacters.com",
        "default_icon": "icon16.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "offline_enabled": true,
    "incognito": "split"
}