Query Parameters Editor

Quickly edit a url's query parameters

什么是Query Parameters Editor?

Query Parameters Editor是由Nick Hackford开发的Chrome扩展程序,该扩展的主要功能是“Quickly edit a url's query parameters”。

扩展截图

screenshot

下载Query Parameters Editor扩展crx文件

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

扩展使用说明

                        Tool to edit a url's query parameters more efficiently with a table of values. Save and load preset combinations of parameters that you use often.                    

扩展基本信息

名称 Query Parameters Editor Query Parameters Editor
ID eacglgacamfoclhibdlpdfnjkfekamol
官方URL https://chromewebstore.google.com/detail/query-parameters-editor/eacglgacamfoclhibdlpdfnjkfekamol
简介 Quickly edit a url's query parameters
文件大小 57.72 KB
安装次数 76
当前版本 1.0.0
更新时间 2021-10-12
上架时间 2021-10-12
评分 5.00/5 共2次评分
开发者 Nick Hackford
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query Parameters Editor",
    "version": "1.0.0",
    "description": "Quickly edit a url's query parameters",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persisent": false
    },
    "page_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "images\/query-params16.png",
            "32": "images\/query-params32.png",
            "48": "images\/query-params48.png",
            "128": "images\/query-params128.png"
        }
    },
    "icons": {
        "16": "images\/query-params16.png",
        "32": "images\/query-params32.png",
        "48": "images\/query-params48.png",
        "128": "images\/query-params128.png"
    },
    "manifest_version": 2
}