Edit URL
Easily edit a URL.
什么是Edit URL?
Edit URL是由varunl开发的Chrome扩展程序,该扩展的主要功能是“Easily edit a URL.”。
扩展截图
下载Edit URL扩展crx文件
下载Edit URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name. This extension lays out all the parameters names in a pretty format, so it's easy to modify them.
扩展基本信息
名称 | Edit URL |
ID | gjddnlipighelnjodhlhhngpinoppkid |
官方URL | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
简介 | Easily edit a URL. |
文件大小 | 121 KB |
安装次数 | 904 |
当前版本 | 1.1 |
更新时间 | 2013-05-12 |
上架时间 | 2013-05-12 |
评分 | 4.71/5 共7次评分 |
开发者 | varunl |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit URL", "description": "Easily edit a URL.", "version": "1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" } } |