Swagger Ui Themes

All themes of https://github.com/ostranme/swagger-ui-themes in an extension

ما هو Swagger Ui Themes؟

Swagger Ui Themes هو إضافة Chrome تم تطويرها بواسطة AMoreaux، والميزة الرئيسية لها هي "All themes of https://github.com/ostranme/swagger-ui-themes in an extension".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Swagger Ui Themes

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

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

                        Extensions to apply themes from https://github.com/ostranme/swagger-ui-themes on swagger.                    

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

الاسم Swagger Ui Themes Swagger Ui Themes
ID mmbhchnmidfdfbecginjphmijieofngc
عنوان URL الرسمي https://chromewebstore.google.com/detail/swagger-ui-themes/mmbhchnmidfdfbecginjphmijieofngc
الوصف All themes of https://github.com/ostranme/swagger-ui-themes in an extension
حجم الملف 101 KB
عدد التثبيتات 409
النسخة الحالية 1.0
آخر تحديث 2019-03-21
تاريخ النشر 2019-03-20
تقييم 4.50/5 مجموع تقييمات 2
المطور AMoreaux
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/AMoreaux/swagger-ui-themes-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swagger Ui Themes",
    "version": "1.0",
    "description": "All themes of https:\/\/github.com\/ostranme\/swagger-ui-themes in an extension",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "themes\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}