Edit URL
Easily edit a URL.
What is Edit URL?
Edit URL is a Chrome extension developed by varunl, and its main feature is "Easily edit a URL.".
Extension Screenshots
Download Edit URL Extension CRX File
Download Edit URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Edit URL |
ID | gjddnlipighelnjodhlhhngpinoppkid |
Official URL | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
Description | Easily edit a URL. |
File Size | 121 KB |
Installation Count | 904 |
Current Version | 1.1 |
Last Updated | 2013-05-12 |
Publish Date | 2013-05-12 |
Rating | 4.71/5 Total 7 Ratings |
Developer | varunl |
Payment Type | free |
Supported Languages | 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" } } |