Checksum On the Go

This extension will check checksum for a file and make sure it matches selected checksum value

Checksum On the Go क्या है?

Checksum On the Go Jeyhun Gurbanov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will check checksum for a file and make sure it matches selected checksum value"।

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

screenshot
screenshot

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

crx प्रारूप में Checksum On the Go एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        In 4 simple steps you can verify checksum of your downloaded content: 
  - copy checksum 
  - select file 
  - select hash type 
  - press check button                    

एक्सटेंशन की मूल जानकारी

नाम Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
आधिकारिक URL https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
विवरण This extension will check checksum for a file and make sure it matches selected checksum value
फ़ाइल का आकार 50.73 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-12-29
प्रकाशन तिथि 2015-12-29
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Jeyhun Gurbanov
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Checksum On the Go",
    "description": "This extension will check checksum for a file and make sure it matches selected checksum value",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}