URL Decoder tool

URL Decoder tool

An excellent tool for decoding encoded URLs. A useful tool if you want to read an encoded URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "css/icons/19x19.png",
      "38": "css/icons/38x38.png"
    },
    "default_popup": "index.html",
    "default_title": "URL Decoder tool"
  },
  "description": "An excellent tool for decoding encoded URLs. A useful tool if you want to read an encoded URL.",
  "icons": {
    "16": "css/icons/16x16.png",
    "48": "css/icons/48x48.png",
    "128": "css/icons/128x128.png"
  },
  "manifest_version": 3,
  "name": "URL Decoder tool",
  "offline_enabled": true,
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "short_name": "URL Decode",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.2"
}