Sha1 Hash Generator

Generate sha1 hash from any text input

What is Sha1 Hash Generator?

Sha1 Hash Generator is a Chrome extension developed by https://www.mediafreeware.com, and its main feature is "Generate sha1 hash from any text input".

Extension Screenshots

screenshot

Download Sha1 Hash Generator Extension CRX File

Download Sha1 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

                        How it works?
Click extension icon to open online generator.
Enter text and click generate button to get sha1 hashed text.                    

Extension Basic Information

Name Sha1 Hash Generator Sha1 Hash Generator
ID lgnjfdpncllhdfpeombifohhakpemcnm
Official URL https://chromewebstore.google.com/detail/sha1-hash-generator/lgnjfdpncllhdfpeombifohhakpemcnm
Description Generate sha1 hash from any text input
File Size 24.49 KB
Installation Count 25
Current Version 1.0
Last Updated 2020-07-24
Publish Date 2020-07-24
Developer https://www.mediafreeware.com
Email [email protected]
Payment Type free
Extension Website https://www.mediafreeware.com/sha1-hash-generator.html
Privacy Policy Page URL https://www.mediafreeware.com/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sha1 Hash Generator",
    "default_locale": "en",
    "description": "Generate sha1 hash from any text input",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}