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
Eメール [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
}