Checksum On the Go

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

Wat is Checksum On the Go?

Checksum On the Go is een Chrome-extensie ontwikkeld door Jeyhun Gurbanov, en de belangrijkste functie is "This extension will check checksum for a file and make sure it matches selected checksum value".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Checksum On the Go

Download Checksum On the Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
Officiële URL https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
Beschrijving This extension will check checksum for a file and make sure it matches selected checksum value
Bestandsgrootte 50.73 KB
Aantal Installaties 144
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-12-29
Publicatiedatum 2015-12-29
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jeyhun Gurbanov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}