URL Params Editor

A tool of editing URL parameters.

What is URL Params Editor?

URL Params Editor is a Chrome extension developed by Z. W., and its main feature is "A tool of editing URL parameters.".

Extension Screenshots

screenshot

Download URL Params Editor Extension CRX File

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

                        This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.                    

Extension Basic Information

Name URL Params Editor URL Params Editor
ID kgnbnbifdjcokgodkgjliaegpollgafa
Official URL https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa
Description A tool of editing URL parameters.
File Size 153 KB
Installation Count 2,106
Current Version 2.2
Last Updated 2023-09-13
Publish Date 2019-12-28
Rating 4.88/5 Total 8 Ratings
Developer Z. W.
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Params Editor",
    "version": "2.2",
    "author": "Zijar W.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "description": "A tool of editing URL parameters.",
    "icons": {
        "48": "icons\/url_params_editor_48.png",
        "96": "icons\/url_params_editor_96.png",
        "512": "icons\/url_params_editor_512.png"
    },
    "action": {
        "browser_style": true,
        "default_icon": "icons\/url_params_editor_512.png",
        "default_title": "URL Params Editor",
        "default_popup": "popup\/parameters.html",
        "theme_icons": [
            {
                "light": "icons\/url_params_editor-light.svg",
                "dark": "icons\/url_params_editor.svg",
                "size": 32
            }
        ]
    }
}