Hash Generator

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

What is Hash Generator?

Hash Generator is a Chrome extension developed by Gabriel Donadel Dall'Agnol, and its main feature is "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!".

Extension Screenshots

screenshot
screenshot

Download Hash Generator Extension CRX File

Download Hash Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Simple to use Chrome extension to immediately generate your own hashes with a single click. The current version supports MD5, SHA-1, SHA-256 and SHA-512.                    

Extension Basic Information

Name Hash Generator Hash Generator
ID gpoanfafbmmhifpmbefgllakooeokdgl
Official URL https://chromewebstore.google.com/detail/hash-generator/gpoanfafbmmhifpmbefgllakooeokdgl
Description Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!
File Size 24.89 KB
Installation Count 1,174
Current Version 1.0
Last Updated 2021-03-09
Publish Date 2018-09-18
Rating 5.00/5 Total 8 Ratings
Developer Gabriel Donadel Dall'Agnol
Email [email protected]
Payment Type free
Extension Website https://gabrieldonadel.github.io/
Privacy Policy Page URL https://gabrieldonadel.github.io/politica_privacidade.html
Supported Languages en-US
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
}