HTML Hash Generator

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

What is HTML Hash Generator?

HTML Hash Generator is a Chrome extension developed by https://www.aditya-patil.com, and its main feature is "Compute SHA256 cryptographic hash over the HTML source for current page.".

Extension Screenshots

screenshot
screenshot

Download HTML Hash Generator Extension CRX File

Download HTML Hash Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HTML Hash Generator HTML Hash Generator
ID ofppejjokmjhcilbdnamflppipeemmif
Official URL https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif
Description Compute SHA256 cryptographic hash over the HTML source for current page.
File Size 157 KB
Installation Count 44
Current Version 1.0
Last Updated 2017-09-12
Publish Date 2017-09-12
Rating 5.00/5 Total 1 Ratings
Developer https://www.aditya-patil.com
Payment Type free
Help Page URL https://github.com/aditya-a-patil/HTML-Hash-Generator
Supported Languages 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",
        ""
    ]
}