HTML Hash Generator

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

Apa itu HTML Hash Generator?

HTML Hash Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.aditya-patil.com, dan fitur utamanya adalah "Compute SHA256 cryptographic hash over the HTML source for current page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HTML Hash Generator

Unduh file ekstensi HTML Hash Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HTML Hash Generator HTML Hash Generator
ID ofppejjokmjhcilbdnamflppipeemmif
URL Resmi https://chrome.google.com/webstore/detail/html-hash-generator/ofppejjokmjhcilbdnamflppipeemmif
Deskripsi Compute SHA256 cryptographic hash over the HTML source for current page.
Ukuran File 157 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-09-12
Tanggal Publikasi 2017-09-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.aditya-patil.com
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/aditya-a-patil/HTML-Hash-Generator
Bahasa yang Didukung 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",
        ""
    ]
}