Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy URL Editor", "version": "2.2", "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.", "manifest_version": 3, "permissions": [ "tabs" ], "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_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } }