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.

Wat is URL Query Decoder?

URL Query Decoder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Query Decoder

Download URL Query Decoder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam URL Query Decoder URL Query Decoder
ID ejimgebkedeogomfckpbkbmoikpcdnce
Officiële URL https://chromewebstore.google.com/detail/url-query-decoder/ejimgebkedeogomfckpbkbmoikpcdnce
Beschrijving This extension will break apart the query parameters in the url and decode them. Also allows you to copy them to the clipboard.
Bestandsgrootte 270 KB
Aantal Installaties 696
Huidige Versie 1.0
Laatst Bijgewerkt 2015-04-29
Publicatiedatum 2015-04-29
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}