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",
        ""
    ]
}