Simple Character Count

The Simple Character & Word Count

ما هو Simple Character Count؟

Simple Character Count هو إضافة Chrome تم تطويرها بواسطة The IT Man، والميزة الرئيسية لها هي "The Simple Character & Word Count".

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

screenshot

تحميل ملف CRX للإضافة Simple Character Count

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

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

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

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

الاسم Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
الوصف The Simple Character & Word Count
حجم الملف 1.5 MB
عدد التثبيتات 128
النسخة الحالية 0.0.2
آخر تحديث 2021-09-21
تاريخ النشر 2021-09-19
تقييم 5.00/5 مجموع تقييمات 2
المطور The IT Man
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}