swagger-ui

A Vue Browser Extension

swagger-ui là gì?

swagger-ui là một tiện ích mở rộng Chrome được phát triển bởi s.ivankorobchuk, và tính năng chính của nó là "A Vue Browser Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng swagger-ui

Tải xuống các tệp mở rộng swagger-ui dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên swagger-ui swagger-ui
ID hcfmggfckgblikfakbmmknfnhkohbcec
URL Chính Thức https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec
Mô tả A Vue Browser Extension
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 256
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-01-12
Ngày Phát Hành 2022-01-07
Nhà Phát Triển s.ivankorobchuk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}