Hash Generator

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

什么是Hash Generator?

Hash Generator是由Gabriel Donadel Dall'Agnol开发的Chrome扩展程序,该扩展的主要功能是“Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!”。

扩展截图

screenshot
screenshot

下载Hash Generator扩展crx文件

下载Hash Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hash Generator Hash Generator
ID gpoanfafbmmhifpmbefgllakooeokdgl
官方URL https://chromewebstore.google.com/detail/hash-generator/gpoanfafbmmhifpmbefgllakooeokdgl
简介 Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!
文件大小 24.89 KB
安装次数 1,174
当前版本 1.0
更新时间 2021-03-09
上架时间 2018-09-18
评分 5.00/5 共8次评分
开发者 Gabriel Donadel Dall'Agnol
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gabrieldonadel.github.io/
隐私政策页面URL https://gabrieldonadel.github.io/politica_privacidade.html
支持的语言 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
}