Encode-Decode

Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Encode-Decode",
  "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.",
  "version": "5.1",
  "icons": {
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Encode-Decode",
    "default_popup": "index.html"
  }
}