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
官方網址 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"
}