Useful

Developer's Tool Packages, Just for simple.

ما هو Useful؟

Useful هو إضافة Chrome تم تطويرها بواسطة mikexia930، والميزة الرئيسية لها هي "Developer's Tool Packages, Just for simple.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web Developer's Tool Packages,  You can test API and format API data, JSON beauty and more tools. Just for help you easy in Develop。                    

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

الاسم Useful Useful
ID jehfpibockhfcjkcaefhilkejbbicbkn
عنوان URL الرسمي https://chromewebstore.google.com/detail/useful/jehfpibockhfcjkcaefhilkejbbicbkn
الوصف Developer's Tool Packages, Just for simple.
حجم الملف 11 MB
عدد التثبيتات 54
النسخة الحالية 2.2.2
آخر تحديث 2024-02-22
تاريخ النشر 2022-01-30
تقييم 5.00/5 مجموع تقييمات 2
المطور mikexia930
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mikexia930/Useful
عنوان صفحة المساعدة https://github.com/mikexia930/Useful/issues
اللغات المدعومة en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en_US",
    "name": "__MSG_extName__",
    "version": "2.2.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "static\/images\/useful.png",
        "24": "static\/images\/useful.png",
        "32": "static\/images\/useful.png",
        "48": "static\/images\/useful.png"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_title": ""
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}