swagger-ui

A Vue Browser Extension

swagger-uiคืออะไร?

swagger-ui เป็นส่วนขยายของ Chrome ที่พัฒนาโดย s.ivankorobchuk และคุณลักษณะหลักของมันคือ "A Vue Browser Extension"

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

screenshot

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

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

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

                        A handy and stylish swagger wrapper that provides the user with additional content management tools such as search, copy and easy navigation. The current extension aims to improve UX and is only used for swagger documentation.                    

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

ชื่อ swagger-ui swagger-ui
ID hcfmggfckgblikfakbmmknfnhkohbcec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec
คำอธิบาย A Vue Browser Extension
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 256
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2022-01-12
วันที่เผยแพร่ 2022-01-07
ผู้พัฒนา s.ivankorobchuk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "A Vue Browser Extension",
    "default_locale": "en",
    "permissions": [
        "storage",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}