Count selected characters and words

A simple tool to count selected characters and words.

ما هو Count selected characters and words؟

Count selected characters and words هو إضافة Chrome تم تطويرها بواسطة http://riangraphics.com، والميزة الرئيسية لها هي "A simple tool to count selected characters and words.".

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

screenshot

تحميل ملف CRX للإضافة Count selected characters and words

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

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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

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

الاسم Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
عنوان URL الرسمي https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
الوصف A simple tool to count selected characters and words.
حجم الملف 7.42 KB
عدد التثبيتات 75
النسخة الحالية 1.0.4
آخر تحديث 2018-10-09
تاريخ النشر 2018-10-09
تقييم 4.50/5 مجموع تقييمات 4
المطور http://riangraphics.com
نوع الدفع free
موقع الإضافة https://riangraphics.com/highlithed-word-counter/
عنوان صفحة المساعدة https://riangraphics.com/highlithed-word-counter/#faq
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}