HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
Co to jest HTML Hash Generator?
HTML Hash Generator to rozszerzenie Chrome opracowane przez https://www.aditya-patil.com, a jego główną funkcją jest „Compute SHA256 cryptographic hash over the HTML source for current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HTML Hash Generator
Pobierz pliki rozszerzeń HTML Hash Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofppejjokmjhcilbdnamflppipeemmif |
Oficjalny URL | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
Opis | Compute SHA256 cryptographic hash over the HTML source for current page. |
Rozmiar pliku | 157 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-09-12 |
Data Publikacji | 2017-09-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.aditya-patil.com |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/aditya-a-patil/HTML-Hash-Generator |
Obsługiwane Języki | 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", " |