HTML Hash Generator

HTML Hash Generator

Compute SHA256 cryptographic hash over the HTML source for current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HTML Hash Generator",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Compute SHA256 cryptographic hash over the HTML source for current page.",
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}