Toolbox

Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format

ما هو Toolbox؟

Toolbox هو إضافة Chrome تم تطويرها بواسطة https://xuender.me، والميزة الرئيسية لها هي "Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Toolbox

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

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

                        chrome toolbox

Useful tool set. 
Commonly used text processing tools.

0.1.34 number sort
0.1.20 remove blank lines, beautify: js, css, html, json
0.1.13 md5, sha1
0.1.10 sort, unique, trim                    

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

الاسم Toolbox Toolbox
ID hbkboegfdkllhmokangamapokbnnhfbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl
الوصف Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
حجم الملف 111 KB
عدد التثبيتات 1,341
النسخة الحالية 0.1.34
آخر تحديث 2013-06-03
تاريخ النشر 2013-06-02
تقييم 3.29/5 مجموع تقييمات 7
المطور https://xuender.me
نوع الدفع free
موقع الإضافة http://xuender.me
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.1.34",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}