URL Query Editor

Add and edit URL query parameters more easily.

URL Query Editor क्या है?

URL Query Editor Arthur Liao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and edit URL query parameters more easily."।

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

screenshot
screenshot

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

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

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

                        This extension helps you to add and edit URL query parameters more easily. Autocomplete is enabled to facilitate parameter input. You may configure the autocomplete suggestion list in the options page.

Default shortcut key:
- MacOS: Command + U
- Windows: ALT + U

Issues:
- TAB does not work initially on Windows. This is a Chrome regression (chromium issue 122352).

Version 1.0.2 (5/27/2013)
- Fix TAB focus issue on Mac

Version 1.0 (5/26/2013)
- Initial release                    

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

नाम URL Query Editor URL Query Editor
ID kapcngknfepfobkbinmkdakbjobieoam
आधिकारिक URL https://chromewebstore.google.com/detail/url-query-editor/kapcngknfepfobkbinmkdakbjobieoam
विवरण Add and edit URL query parameters more easily.
फ़ाइल का आकार 108 KB
स्थापना संख्या 1,280
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2013-05-28
प्रकाशन तिथि 2013-05-27
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर Arthur Liao
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Query Editor",
    "description": "Add and edit URL query parameters more easily.",
    "version": "1.0.2",
    "permissions": [
        "storage",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+U",
                "mac": "Command+U"
            }
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon38.png",
        "default_popup": "popup.html"
    }
}