Query params

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

Query paramsとは何ですか?

Query paramsはoliverjashによって開発されたChromeの拡張機能で、その主な機能は「Provides a user interface to read/write URL query parameters for the currently active tab.」です。

拡張機能のスクリーンショット

screenshot

Query params拡張機能のCRXファイルをダウンロード

Query params拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}