Easy URL Editor

This is a tool for web developers. It makes editing URL parameters for long URLs much easier.

What is Easy URL Editor?

Easy URL Editor is a Chrome extension developed by Radovan Pelka (Rado), and its main feature is "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.".

Extension Screenshots

screenshot

Download Easy URL Editor Extension CRX File

Download Easy 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

                        You can use this tool to view each URL param, add new or delete existing ones.                    

Extension Basic Information

Name Easy URL Editor Easy URL Editor
ID kojpdadnbbicdfgfadonheclfpcjpiah
Official URL https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah
Description This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
File Size 207 KB
Installation Count 1,155
Current Version 2.1
Last Updated 2019-11-21
Publish Date 2019-11-16
Rating 5.00/5 Total 3 Ratings
Developer Radovan Pelka (Rado)
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy URL Editor",
    "version": "2.1",
    "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_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_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}