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