Developer URL bar

Allow convenient editing of URL parameters

What is Developer URL bar?

Developer URL bar is a Chrome extension developed by Unknown, and its main feature is "Allow convenient editing of URL parameters".

Extension Screenshots

screenshot

Download Developer URL bar Extension CRX File

Download Developer URL bar 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

                        Easily edit each portion of a URL from a pop-up window.

Ideal for quickly editing long URLs

Source code available on github: https://github.com/hospadar/super_url                    

Extension Basic Information

Name Developer URL bar Developer URL bar
ID nlcbjlmfpcgdccliblgklohoddmmhgff
Official URL https://chromewebstore.google.com/detail/developer-url-bar/nlcbjlmfpcgdccliblgklohoddmmhgff
Description Allow convenient editing of URL parameters
File Size 41.03 KB
Installation Count 255
Current Version 1.0.3
Last Updated 2014-10-15
Publish Date 2014-10-14
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/hospadar/super_url
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer URL bar",
    "description": "Allow convenient editing of URL parameters",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}