URL Decode/Encode

URL Decode/Encode

A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "URL Decode/Encode",
  "short_name": "URL Decode",
  "description": "A nifty tool for decoding URLs that have been encoded. Useful when you've encoded a URL and actually want read it!",
  "version": "1.0.2",
  "offline_enabled": true,
  "icons": {
    "16": "css/icons/16x16.png",
    "48": "css/icons/48x48.png",
    "128": "css/icons/128x128.png"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "action": {
    "default_icon": {
      "19": "css/icons/19x19.png",
      "38": "css/icons/38x38.png"
    },
    "default_popup": "index.html",
    "default_title": "URL Decode/Encode"
  }
}