HTML Hash Generator

Compute SHA256 cryptographic hash over the HTML source for current page.

HTML Hash Generatorとは何ですか?

HTML Hash Generatorはhttps://www.aditya-patil.comによって開発されたChromeの拡張機能で、その主な機能は「Compute SHA256 cryptographic hash over the HTML source for current page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

HTML Hash Generator拡張機能のCRXファイルをダウンロード

HTML Hash Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HTML Hash Generator is a simple chrome extension to compute SHA256 cryptographic hash over the HTML source for current page.

The hash computed can be copied to clipboard along with the HTML source of web page.                    

拡張機能の基本情報

名前 HTML Hash Generator HTML Hash Generator
ID ofppejjokmjhcilbdnamflppipeemmif
公式URL https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif
説明 Compute SHA256 cryptographic hash over the HTML source for current page.
ファイルサイズ 157 KB
インストール数 44
現在のバージョン 1.0
最終更新日 2017-09-12
公開日 2017-09-12
評価 5.00/5 合計 1 レビュー
開発者 https://www.aditya-patil.com
支払い方法 free
ヘルプページのURL https://github.com/aditya-a-patil/HTML-Hash-Generator
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML Hash Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compute SHA256 cryptographic hash over the HTML source for current page.",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}