UrlParamUpdater

This extension enables you to update/add/remove url param value. Useful when working with long urls.

什么是UrlParamUpdater?

UrlParamUpdater是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension enables you to update/add/remove url param value. Useful when working with long urls.”。

下载UrlParamUpdater扩展crx文件

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

扩展使用说明

                        This extension enables you to update/add/remove url param value. Useful when working with long urls with a big number of params. Handy if a shortcut is assigned.

How to use? For url: http://example.com?foo=bar

- when added foo=new will update tab url to http://example.com?foo=new

- when added foo= (empty value) will update tab url to http://example.com?

- when added geek=true will update tab url to http://example.com?geek=true                    

扩展基本信息

名称 UrlParamUpdater UrlParamUpdater
ID nfcohebinojijpbmgklkhbiooeiiojea
官方URL https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea
简介 This extension enables you to update/add/remove url param value. Useful when working with long urls.
文件大小 8.39 KB
安装次数 28
当前版本 0.0.2
更新时间 2015-12-17
上架时间 2015-12-17
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 https://www.linkedin.com/in/damian-jaszczurowski-51743499
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.2",
    "name": "UrlParamUpdater",
    "description": "This extension enables you to update\/add\/remove url param value. Useful when working with long urls.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}