HTML Hash Generator

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

Wat is HTML Hash Generator?

HTML Hash Generator is een Chrome-extensie ontwikkeld door https://www.aditya-patil.com, en de belangrijkste functie is "Compute SHA256 cryptographic hash over the HTML source for current page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HTML Hash Generator

Download HTML Hash Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HTML Hash Generator HTML Hash Generator
ID ofppejjokmjhcilbdnamflppipeemmif
Officiële URL https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif
Beschrijving Compute SHA256 cryptographic hash over the HTML source for current page.
Bestandsgrootte 157 KB
Aantal Installaties 44
Huidige Versie 1.0
Laatst Bijgewerkt 2017-09-12
Publicatiedatum 2017-09-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.aditya-patil.com
Betalingswijze free
Help Pagina-URL https://github.com/aditya-a-patil/HTML-Hash-Generator
Ondersteunde Talen 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",
        ""
    ]
}