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"
    ]
}