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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | kojpdadnbbicdfgfadonheclfpcjpiah | 
| 官方網址 | 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) | 
| 電子郵箱 | [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"
            }
        }
    }
} | |