Character Count Tool

Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!

Character Count Tool क्या है?

Character Count Tool https://charactercounttool.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!"।

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

screenshot

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

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

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

                        Want to do a quick word character count/character count for an essay you're writing/article you're reading?

You can do so now by using the context menu. Simply highlight the text you want to count characters/words for
and right click => Choose our extension from the context menu and it'll help you count the number of words
you highlighted.

Another way you can use our extension is by clicking on our extension icon => paste in the text you want
to do a word count/character count for.

Try using this free character count tool/word count tool today and let us know if you have any questions.

Its a free online character count tool.

Ensure you hit the word limits/essay assignment lengths by using our tool before you submit in your essays/homework
to your teachers.                    

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

नाम Character Count Tool Character Count Tool
ID fpclnanofjokkahejckkangbnklldclk
आधिकारिक URL https://chromewebstore.google.com/detail/character-count-tool/fpclnanofjokkahejckkangbnklldclk
विवरण Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!
फ़ाइल का आकार 1.36 MB
स्थापना संख्या 3,378
वर्तमान संस्करण 3.0.5
अंतिम अपडेट 2022-05-01
प्रकाशन तिथि 2022-05-01
रेटिंग 4.75/5 कुल 16 रेटिंग्स
डेवलपर https://charactercounttool.io
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://charactercounttool.io/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.5",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "__MSG_appName__",
        "default_popup": "ui\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "homepage_url": "https:\/\/charactercounttool.io\/"
}