Swagger-UI

将 Swagger-UI 打包成 Chrome 扩展,支持主题切换

Swagger-UIคืออะไร?

Swagger-UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jiayx และคุณลักษณะหลักของมันคือ "将 Swagger-UI 打包成 Chrome 扩展,支持主题切换"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swagger-UI

ดาวน์โหลดไฟล์ส่วนขยาย Swagger-UI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Wrapped the latest swagger-ui and supports theme switching (right extension click icon, click option to switch)

包装了最新的 swagger-ui,并支持主题切换(右键扩展图标,点击选项切换)

bug report https://github.com/jiayx/swagger-ui-chrome                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Swagger-UI Swagger-UI
ID liacakmdhalagfjlfdofigfoiocghoej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swagger-ui/liacakmdhalagfjlfdofigfoiocghoej
คำอธิบาย 将 Swagger-UI 打包成 Chrome 扩展,支持主题切换
ขนาดไฟล์ 455 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2020-04-06
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jiayx
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jiayx/swagger-ui-chrome
URL หน้าช่วยเหลือ https://github.com/jiayx/swagger-ui-chrome/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swagger-UI",
    "icons": {
        "128": "swagger\/favicon-32x32.png"
    },
    "description": "\u5c06 Swagger-UI \u6253\u5305\u6210 Chrome \u6269\u5c55\uff0c\u652f\u6301\u4e3b\u9898\u5207\u6362",
    "version": "1.4",
    "action": {
        "default_icon": {
            "16": "swagger\/favicon-16x16.png",
            "32": "swagger\/favicon-32x32.png"
        },
        "default_title": "Swagger-UI"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "options_page": "src\/options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*:*\/"
    ]
}