HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
Qu'est-ce que HTML Hash Generator ?
HTML Hash Generator est une extension Chrome développée par https://www.aditya-patil.com, et sa fonction principale est "Compute SHA256 cryptographic hash over the HTML source for current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML Hash Generator
Téléchargez les fichiers d'extension HTML Hash Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ofppejjokmjhcilbdnamflppipeemmif |
URL Officiel | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
Description | Compute SHA256 cryptographic hash over the HTML source for current page. |
Taille du Fichier | 157 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-09-12 |
Date de Publication | 2017-09-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.aditya-patil.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/aditya-a-patil/HTML-Hash-Generator |
Langues Prises en Charge | 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", " |