URL Query Editor

Add and edit URL query parameters more easily.

什么是URL Query Editor?

URL Query Editor是由Arthur Liao开发的Chrome扩展程序,该扩展的主要功能是“Add and edit URL query parameters more easily.”。

扩展截图

screenshot
screenshot

下载URL Query Editor扩展crx文件

下载URL Query Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}