HTML Hash Generator
Compute SHA256 cryptographic hash over the HTML source for current page.
Что такое HTML Hash Generator?
HTML Hash Generator - это расширение Chrome, разработанное https://www.aditya-patil.com, и его основная функция - "Compute SHA256 cryptographic hash over the HTML source for current page.".
Снимки экрана расширения
Скачать файл CRX расширения HTML Hash Generator
Скачайте файлы расширений HTML Hash Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | ofppejjokmjhcilbdnamflppipeemmif |
| Официальный URL | https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif |
| Описание | Compute SHA256 cryptographic hash over the HTML source for current page. |
| Размер файла | 157 KB |
| Количество установок | 44 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2017-09-12 |
| Дата публикации | 2017-09-12 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://www.aditya-patil.com |
| Тип оплаты | free |
| URL страницы помощи | https://github.com/aditya-a-patil/HTML-Hash-Generator |
| Поддерживаемые языки | 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",
" | |