URLs Decoder/Encoder with unique characters

URLs Decoder/Encoder with unique characters

Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URLs Decoder/Encoder with unique characters",
  "short_name": "URLs Decoder/Encoder",
  "description": "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.",
  "version": "1.3.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "URLs Decoder",
    "default_icon": {
      "16": "static/icons/icons8-link-16.png",
      "32": "static/icons/icons8-link-32.png",
      "48": "static/icons/icons8-link-48.png",
      "60": "static/icons/icons8-link-60.png",
      "128": "static/icons/icons8-link-128.png"
    }
  },
  "icons": {
    "16": "static/icons/icons8-link-16.png",
    "32": "static/icons/icons8-link-32.png",
    "48": "static/icons/icons8-link-48.png",
    "60": "static/icons/icons8-link-60.png",
    "128": "static/icons/icons8-link-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}