Checksum On the Go

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

Cos'è Checksum On the Go?

Checksum On the Go è un'estensione di Chrome sviluppata da Jeyhun Gurbanov, e la sua funzione principale è "This extension will check checksum for a file and make sure it matches selected checksum value".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Checksum On the Go

Scarica i file di estensione Checksum On the Go in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
URL Ufficiale https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
Descrizione This extension will check checksum for a file and make sure it matches selected checksum value
Dimensione del File 50.73 KB
Conteggio Installazioni 144
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-12-29
Data di Pubblicazione 2015-12-29
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Jeyhun Gurbanov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}