Url Editor
This extension lets you edit the url GET parameters easily
What is Url Editor?
Url Editor is a Chrome extension developed by lorenzo.marcon, and its main feature is "This extension lets you edit the url GET parameters easily".
Extension Screenshots
Download Url Editor Extension CRX File
Download Url Editor 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
Extension Basic Information
Name | Url Editor |
ID | dadjkjhedljpelgcdeefpaiifembfkic |
Official URL | https://chromewebstore.google.com/detail/url-editor/dadjkjhedljpelgcdeefpaiifembfkic |
Description | This extension lets you edit the url GET parameters easily |
File Size | 15.73 KB |
Installation Count | 74 |
Current Version | 1.0 |
Last Updated | 2014-05-14 |
Publish Date | 2014-05-14 |
Rating | 2.00/5 Total 4 Ratings |
Developer | lorenzo.marcon |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Url Editor", "description": "This extension lets you edit the url GET parameters easily", "version": "1.0", "short_name": "Urledit", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "popup.js" ] } } |