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.
扩展基本信息
名称 | 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) |
电子邮箱 | [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" } } } } |