Checksum On the Go

Checksum On the Go

This extension will check checksum for a file and make sure it matches selected checksum value

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Checksum On the Go",
  "description": "This extension will check checksum for a file and make sure it matches selected checksum value",
  "version": "1.0.2",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}