Word Counter

Word counter online tool checker to find number of words and characters

ما هو Word Counter؟

Word Counter هو إضافة Chrome تم تطويرها بواسطة Word Count checker، والميزة الرئيسية لها هي "Word counter online tool checker to find number of words and characters".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Word Counter

قم بتنزيل ملفات الامتداد Word Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Word count checker lets you quickly calculate the total number of words and characters in any document or text file. The word counter is a really helpful tool to count total words quickly. 

Key Features of Word Count Checker :
>>Simple user-interface 
>>Calculates the total number of words  
>>Counts the total number of characters as well 
>>Easy to use word counter 
>>Completely free & secure to use  

Who Can Use Word Counter ?  

Word counter extension is frequently used by writers who must keep content length within a specified number of words. Here are some groups of people who can use Word Counter online. 

For Content Writers/SEO Experts: Most writing assignments are priced, assessed, and paid for using word count in mind. That is why it is essential to use a word counter tool to make this process easy. A Word count checker is crucial for blog content writers to keep their content within a specified number of words and for SEO analysts to accurately count the number of characters in meta titles and descriptions.  

For Content Marketers/Ad copy Writers: Word counter tool is also handy for content marketers. For example, if you're creating a social media post to promote your service or product, keeping track of the appropriate characters and word count for the platform is essential. When writing any ad copy, the word count limitations are more stringent.  

For Students: Word count checkers are helpful for students these days of online lectures and classes. Utilising a unique word count can assist students in completing their assignments within a fixed number of words. 

Install Word Counter Extension Now 

There are a lot of word count calculators available on the webstore, but you should try word count checker once because it is free & 100% accurate in counting the total number of words and characters. 

Update : 
>>Minor Bug fixes 
>>Resolved Youtube error 
>>Added a new feature to count stop words
>>UI/UX changes                    

معلومات أساسية عن التمديد

الاسم Word Counter Word Counter
ID dcdjbggikbffllfldmdijljoljjbjomh
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-counter/dcdjbggikbffllfldmdijljoljjbjomh
الوصف Word counter online tool checker to find number of words and characters
حجم الملف 111 KB
عدد التثبيتات 4,138
النسخة الحالية 1.0.1
آخر تحديث 2022-09-19
تاريخ النشر 2022-09-19
تقييم 4.33/5 مجموع تقييمات 3
المطور Word Count checker
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "version": "1.0.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon64.png",
        "16": "icon16.png"
    },
    "action": {
        "deafult_icon": "icon64.png",
        "default_title": "Word count checker",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_page": "default-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Logofile.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}