Count the length of the character

Count the length of the characters typed.

ما هو Count the length of the character؟

Count the length of the character هو إضافة Chrome تم تطويرها بواسطة T.F، والميزة الرئيسية لها هي "Count the length of the characters typed.".

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

screenshot

تحميل ملف CRX للإضافة Count the length of the character

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

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

                        This extension can count typed string length.                    

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

الاسم Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
الوصف Count the length of the characters typed.
حجم الملف 7.36 KB
عدد التثبيتات 913
النسخة الحالية 0.1
آخر تحديث 2013-11-01
تاريخ النشر 2013-10-31
تقييم 5.00/5 مجموع تقييمات 1
المطور T.F
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}