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
官方網址 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
}