Gitlab Swagger Utilities

Edit and preview swagger files directly in Gitlab

Gitlab Swagger Utilities क्या है?

Gitlab Swagger Utilities itesic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit and preview swagger files directly in Gitlab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gitlab Swagger Utilities एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extends functionality of Gitlab by enabling preview of swagger contracts with single click.

Privacy Policy: http://itesic.me/projects/gitlab-swagger-utilities/privacy-policy.html                    

एक्सटेंशन की मूल जानकारी

नाम Gitlab Swagger Utilities Gitlab Swagger Utilities
ID lhoipeggbebdkbanobonjeegabklnicd
आधिकारिक URL https://chromewebstore.google.com/detail/gitlab-swagger-utilities/lhoipeggbebdkbanobonjeegabklnicd
विवरण Edit and preview swagger files directly in Gitlab
फ़ाइल का आकार 331 KB
स्थापना संख्या 180
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2019-08-25
प्रकाशन तिथि 2019-08-24
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर itesic
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://itesic.me/projects/gitlab-swagger-utilities/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gitlab Swagger Utilities",
    "version": "1.0.7",
    "description": "Edit and preview swagger files directly in Gitlab",
    "author": "Ilija Tesic ",
    "homepage_url": "https:\/\/github.com\/ITesic\/gitlab-swagger-utilities",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon32.png",
        "19": "icons\/icon38.png",
        "24": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gitlab.com\/*",
                "https:\/\/gitlab.com\/*",
                "http:\/\/git.mgmt.ocp.bawag.com\/*",
                "https:\/\/git.mgmt.ocp.bawag.com\/*"
            ],
            "js": [
                "content\/inject.js",
                "content\/swagger-ui-bundle.js"
            ],
            "css": [
                "content\/inject.css",
                "content\/swagger-ui.css"
            ]
        }
    ]
}