HTML Hash Generator

Compute SHA256 cryptographic hash over the HTML source for current page.

HTML Hash Generator là gì?

HTML Hash Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.aditya-patil.com, và tính năng chính của nó là "Compute SHA256 cryptographic hash over the HTML source for current page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML Hash Generator

Tải xuống các tệp mở rộng HTML Hash Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML Hash Generator HTML Hash Generator
ID ofppejjokmjhcilbdnamflppipeemmif
URL Chính Thức https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif
Mô tả Compute SHA256 cryptographic hash over the HTML source for current page.
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-09-12
Ngày Phát Hành 2017-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.aditya-patil.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/aditya-a-patil/HTML-Hash-Generator
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}