Query-Rider

This extension allows you to append and modify Query Parameters in URL

Query-Riderとは何ですか?

Query-RiderはSatyam Mishraによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to append and modify Query Parameters in URL」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        QueryRider is a lightweight browser extension which will ease your life if you deal with query parameters in your daily work. It allows you to add, modify, enable, disable or delete the query params through a little pop-up as you could see in the screenshots above. Just add the query params and hit reload!                    

拡張機能の基本情報

名前 Query-Rider Query-Rider
ID adgkhlljnhopgbbckknbdlkdgdajdkll
公式URL https://chromewebstore.google.com/detail/query-rider/adgkhlljnhopgbbckknbdlkdgdajdkll
説明 This extension allows you to append and modify Query Parameters in URL
ファイルサイズ 11.67 KB
インストール数 27
現在のバージョン mv3-beta
最終更新日 2021-06-08
公開日 2020-06-27
評価 5.00/5 合計 3 レビュー
開発者 Satyam Mishra
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Query-Rider",
    "author": "Satyam Mishra",
    "description": "This extension allows you to append and modify Query Parameters in URL",
    "version": "1.1.0",
    "version_name": "mv3-beta",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "extension_icon.png"
    },
    "action": {
        "default_icon": "extension_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "Append\/Modify Query Params in URL"
}