URL Edit

Easy URL manipulation

What is URL Edit?

URL Edit is a Chrome extension developed by dskloet, and its main feature is "Easy URL manipulation".

Extension Screenshots

screenshot

Download URL Edit Extension CRX File

Download URL Edit 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

                        Easy URL editing with a separate line and automatic decoding/encoding for each URL parameter.                    

Extension Basic Information

Name URL Edit URL Edit
ID iemhjjfkjlfjgajbmdidpnonfjhlmocd
Official URL https://chromewebstore.google.com/detail/url-edit/iemhjjfkjlfjgajbmdidpnonfjhlmocd
Description Easy URL manipulation
File Size 27.95 KB
Installation Count 100
Current Version 0.5
Last Updated 2019-11-08
Publish Date 2019-11-05
Rating 5.00/5 Total 1 Ratings
Developer dskloet
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dskl.net/screen/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Edit",
    "description": "Easy URL manipulation",
    "version": "0.5",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "64": "64.png"
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_title": "Edit URL",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}