URL Query Decoder

This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.

What is URL Query Decoder?

URL Query Decoder is a Chrome extension developed by Unknown, and its main feature is "This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.".

Extension Screenshots

screenshot

Download URL Query Decoder Extension CRX File

Download URL Query Decoder 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 plugin will parse out the query parameters from a url, decode them, and display them in a popup. You can click the individual buttons to copy a paramter or you can copy portions manually.

Icons from Aha-Soft Team
http://www.aha-soft.com/
Creative Commons License                    

Extension Basic Information

Name URL Query Decoder URL Query Decoder
ID ejimgebkedeogomfckpbkbmoikpcdnce
Official URL https://chromewebstore.google.com/detail/url-query-decoder/ejimgebkedeogomfckpbkbmoikpcdnce
Description This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.
File Size 270 KB
Installation Count 696
Current Version 1.0
Last Updated 2015-04-29
Publish Date 2015-04-29
Rating 4.89/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Query Decoder",
    "description": "This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_name": "Url Query Decoder",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "plugin.js"
        ]
    }
}