Swashbuckle Swagger UI Autofill Helper

Adds name attributes to parameter inputs for Swashbuckle's generated Swagger UI so they work with Chrome's autofill.

Swashbuckle Swagger UI Autofill Helper क्या है?

Swashbuckle Swagger UI Autofill Helper ryanawesomevincent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds name attributes to parameter inputs for Swashbuckle's generated Swagger UI so they work with Chrome's autofill."।

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

screenshot
screenshot

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

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

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

                        At some point, Swashbuckle's generated Swagger UI changed to have a new look. When it did, the parameter inputs also lost their name attributes, which is what autofill is keyed off of in Google Chrome, so autofill stopped working in the Swagger UI. This extension dynamically adds that attribute back to those parameter inputs, so Chrome's autofill can work once again.

Using this extension is simple; just click the extension's button once you're on the generated Swagger page. As long as that tab stays on the Swagger page, it will continue to work. If you refresh the page or navigate away and back again, you'll have to click the button again to turn it back on for that page. You can tell if it's working for a tab when there's a checkmark in the icon. No checkmark, no autofill.                    

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

नाम Swashbuckle Swagger UI Autofill Helper Swashbuckle Swagger UI Autofill Helper
ID ecnjcaccolhjelmegdpppdckeadieinc
आधिकारिक URL https://chromewebstore.google.com/detail/swashbuckle-swagger-ui-au/ecnjcaccolhjelmegdpppdckeadieinc
विवरण Adds name attributes to parameter inputs for Swashbuckle's generated Swagger UI so they work with Chrome's autofill.
फ़ाइल का आकार 6.01 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-06-14
प्रकाशन तिथि 2022-06-03
डेवलपर ryanawesomevincent
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swashbuckle Swagger UI Autofill Helper",
    "description": "Adds name attributes to parameter inputs for Swashbuckle's generated Swagger UI so they work with Chrome's autofill.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/autofillhelper16.png",
            "32": "\/images\/autofillhelper32.png",
            "48": "\/images\/autofillhelper48.png",
            "128": "\/images\/autofillhelper128.png"
        }
    },
    "icons": {
        "16": "\/images\/autofillhelper16.png",
        "32": "\/images\/autofillhelper32.png",
        "48": "\/images\/autofillhelper48.png",
        "128": "\/images\/autofillhelper128.png"
    }
}