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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة HTML Hash Generator

قم بتنزيل ملفات الامتداد HTML Hash Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم HTML Hash Generator HTML Hash Generator
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
عنوان صفحة المساعدة 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",
        ""
    ]
}