HTML Hash Generator

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

HTML Hash Generator क्या है?

HTML Hash Generator https://www.aditya-patil.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compute SHA256 cryptographic hash over the HTML source for current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML Hash Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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",
        ""
    ]
}