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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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": [ " |