Count String Length

calculate selected text's length (strlen)

ما هو Count String Length؟

Count String Length هو إضافة Chrome تم تطويرها بواسطة Pai Peng، والميزة الرئيسية لها هي "calculate selected text's length (strlen)".

تحميل ملف CRX للإضافة Count String Length

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

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

                                            

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

الاسم Count String Length Count String Length
ID jmoeecegjcmhgmhoinddfemlgkbgjggh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh
الوصف calculate selected text's length (strlen)
حجم الملف 7.96 KB
عدد التثبيتات 39
النسخة الحالية 0.1
آخر تحديث 2015-08-03
تاريخ النشر 2015-08-03
المطور Pai Peng
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Count String Length",
    "version": "0.1",
    "manifest_version": 2,
    "description": "calculate selected text's length (strlen)",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "\u4e2d\u6587\u7b80\u7e41\u5b57\u4f53\u8f6c\u6362",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    }
}