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
电子邮箱 [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"
}