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