Easy URL Editor

This is a tool for web developers. It makes editing URL parameters for long URLs much easier.

Easy URL Editorとは何ですか?

Easy URL EditorはRadovan Pelka (Rado)によって開発されたChromeの拡張機能で、その主な機能は「This is a tool for web developers. It makes editing URL parameters for long URLs much easier.」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can use this tool to view each URL param, add new or delete existing ones.                    

拡張機能の基本情報

名前 Easy URL Editor Easy URL Editor
ID kojpdadnbbicdfgfadonheclfpcjpiah
公式URL https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah
説明 This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
ファイルサイズ 207 KB
インストール数 1,155
現在のバージョン 2.1
最終更新日 2019-11-21
公開日 2019-11-16
評価 5.00/5 合計 3 レビュー
開発者 Radovan Pelka (Rado)
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy URL Editor",
    "version": "2.1",
    "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Easy URL Editor",
        "default_popup": "index.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}