HashGen Firefox

Examine source code of HashGen

Inspect and view changes in HashGen source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HashGen",
  "version": "1.0",
  "description": "Generate hashes (SHA-1, SHA-256, SHA-384, SHA-512) and Base64 encoding/decoding from text.",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage"
  ],
  "sidebar_action": {
    "default_title": "HashGen",
    "default_panel": "sidebar.html"
  },
  "browser_action": {
    "default_title": "Open HashGen Sidebar"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hashgen@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best HashGen Alternatives

Here are some Firefox add-ons that are similar to HashGen: