Query params

Provides a user interface to read/write URL query parameters for the currently active tab.

什麼是Query params?

Query params是由oliverjash開發的Chrome擴展程式,該擴展的主要功能是“Provides a user interface to read/write URL query parameters for the currently active tab.”。

擴展截圖

screenshot

下載Query params擴展crx文件

下載Query params擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provides a user interface to read/write URL query parameters for the currently active tab.                    

擴展基本資訊

名稱 Query params Query params
ID jgacgeahnbmkhdhldifidddbkneahmal
官方網址 https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal
簡介 Provides a user interface to read/write URL query parameters for the currently active tab.
檔案大小 85.04 KB
安裝次數 942
目前版本 0.0.8
更新時間 2020-07-07
上架時間 2020-07-07
評分 5.00/5 共 2 次評分
開發者 oliverjash
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/OliverJAsh/chrome-query-params
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query params",
    "description": "Provides a user interface to read\/write URL query parameters for the currently active tab.",
    "version": "0.0.8",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "128": "icon.png"
    }
}