EditURL

Allow to edit decoded GET parameters on current page

什麼是EditURL?

EditURL是由lukyanov開發的Chrome擴展程式,該擴展的主要功能是“Allow to edit decoded GET parameters on current page”。

擴展截圖

screenshot

下載EditURL擴展crx文件

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

擴展使用說明

                        This extension allows you to edit GET parameters on any page.
It automatically decodes and encodes GET parameters for you.

For example url http://example.com/calc?set_var=x%3D3&expression=x%2B2#result
can be edited as:

  location:
    http://example.com/calc

  ?parameters:
    set_vat =    x=3
    expression =    x+2

  #hash:
    result                    

擴展基本資訊

名稱 EditURL EditURL
ID oonajjdihojcjhmmalicajeepammcooi
官方網址 https://chromewebstore.google.com/detail/editurl/oonajjdihojcjhmmalicajeepammcooi
簡介 Allow to edit decoded GET parameters on current page
檔案大小 9.3 KB
安裝次數 404
目前版本 1.1
更新時間 2013-09-12
上架時間 2013-09-12
評分 5.00/5 共 7 次評分
開發者 lukyanov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EditURL",
    "description": "Allow to edit decoded GET parameters on current page",
    "version": "1.1",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Edit",
        "default_icon": "48x48.png",
        "default_popup": "popup.html"
    }
}