URL Edit
Easy URL manipulation
什么是URL Edit?
URL Edit是由dskloet开发的Chrome扩展程序,该扩展的主要功能是“Easy URL manipulation”。
扩展截图
下载URL Edit扩展crx文件
下载URL Edit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy URL editing with a separate line and automatic decoding/encoding for each URL parameter.
扩展基本信息
名称 | URL Edit |
ID | iemhjjfkjlfjgajbmdidpnonfjhlmocd |
官方URL | https://chromewebstore.google.com/detail/url-edit/iemhjjfkjlfjgajbmdidpnonfjhlmocd |
简介 | Easy URL manipulation |
文件大小 | 27.95 KB |
安装次数 | 100 |
当前版本 | 0.5 |
更新时间 | 2019-11-08 |
上架时间 | 2019-11-05 |
评分 | 5.00/5 共1次评分 |
开发者 | dskloet |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://dskl.net/screen/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Edit", "description": "Easy URL manipulation", "version": "0.5", "icons": { "16": "16.png", "32": "32.png", "64": "64.png" }, "browser_action": { "default_icon": "32.png", "default_title": "Edit URL", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |