Developer URL bar

Allow convenient editing of URL parameters

Developer URL barとは何ですか?

Developer URL barはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Allow convenient editing of URL parameters」です。

拡張機能のスクリーンショット

screenshot

Developer URL bar拡張機能のCRXファイルをダウンロード

Developer URL bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily edit each portion of a URL from a pop-up window.

Ideal for quickly editing long URLs

Source code available on github: https://github.com/hospadar/super_url                    

拡張機能の基本情報

名前 Developer URL bar Developer URL bar
ID nlcbjlmfpcgdccliblgklohoddmmhgff
公式URL https://chromewebstore.google.com/detail/developer-url-bar/nlcbjlmfpcgdccliblgklohoddmmhgff
説明 Allow convenient editing of URL parameters
ファイルサイズ 41.03 KB
インストール数 255
現在のバージョン 1.0.3
最終更新日 2014-10-15
公開日 2014-10-14
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/hospadar/super_url
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer URL bar",
    "description": "Allow convenient editing of URL parameters",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}