HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
Cos'è HTML Hash Generator?
HTML Hash Generator è un'estensione di Chrome sviluppata da https://www.aditya-patil.com, e la sua funzione principale è "Compute SHA256 cryptographic hash over the HTML source for current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HTML Hash Generator
Scarica i file di estensione HTML Hash Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ofppejjokmjhcilbdnamflppipeemmif |
URL Ufficiale | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
Descrizione | Compute SHA256 cryptographic hash over the HTML source for current page. |
Dimensione del File | 157 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-09-12 |
Data di Pubblicazione | 2017-09-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.aditya-patil.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/aditya-a-patil/HTML-Hash-Generator |
Lingue Supportate | 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", " |