Search API Query String Parser

View and edit long URL search query string with relative ease

什么是Search API Query String Parser?

Search API Query String Parser是由Sam Larison开发的Chrome扩展程序,该扩展的主要功能是“View and edit long URL search query string with relative ease”。

扩展截图

screenshot

下载Search API Query String Parser扩展crx文件

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

扩展使用说明

                        Do you ever have to scroll the URL bar all the way over trying to read the value of query params?  Have you ever tried to edit these parameters only to loose your place?  Not anymore.

This extension is open source https://github.com/qufighter/QueryParser                    

扩展基本信息

名称 Search API Query String Parser Search API Query String Parser
ID jopeffckoclcfjgnmohcnmhljkiagacn
官方URL https://chromewebstore.google.com/detail/search-api-query-string-p/jopeffckoclcfjgnmohcnmhljkiagacn
简介 View and edit long URL search query string with relative ease
文件大小 251 KB
安装次数 379
当前版本 0.0.1.18
更新时间 2022-09-27
上架时间 2018-11-27
评分 5.00/5 共3次评分
开发者 Sam Larison
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://vidsbee.com/Contact/
隐私政策页面URL http://vidsbee.com/ColorPick/Privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "View and edit long URL search query string with relative ease",
    "name": "Search API Query String Parser",
    "action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Parse Query String",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "0.0.1.18"
}