HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
O que é HTML Hash Generator?
HTML Hash Generator é uma extensão do Chrome desenvolvida por https://www.aditya-patil.com, e sua principal característica é "Compute SHA256 cryptographic hash over the HTML source for current page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HTML Hash Generator
Baixe arquivos de extensão HTML Hash Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ofppejjokmjhcilbdnamflppipeemmif |
URL Oficial | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
Descrição | Compute SHA256 cryptographic hash over the HTML source for current page. |
Tamanho do Arquivo | 157 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0 |
Última Atualização | 2017-09-12 |
Data de Publicação | 2017-09-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.aditya-patil.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/aditya-a-patil/HTML-Hash-Generator |
Idiomas Suportados | 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", " |