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