Query params

Provides a user interface to read/write URL query parameters for the currently active tab.

Query params क्या है?

Query params oliverjash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a user interface to read/write URL query parameters for the currently active tab."।

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

screenshot

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

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

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

                        Provides a user interface to read/write URL query parameters for the currently active tab.                    

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

नाम Query params Query params
ID jgacgeahnbmkhdhldifidddbkneahmal
आधिकारिक URL https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal
विवरण Provides a user interface to read/write URL query parameters for the currently active tab.
फ़ाइल का आकार 85.04 KB
स्थापना संख्या 942
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2020-07-07
प्रकाशन तिथि 2020-07-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर oliverjash
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/OliverJAsh/chrome-query-params
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query params",
    "description": "Provides a user interface to read\/write URL query parameters for the currently active tab.",
    "version": "0.0.8",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "128": "icon.png"
    }
}