Hash Generator

Hash Generator

Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hash Generator",
  "version": "1.0",
  "description": "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}