Checksum On the Go

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

Qu'est-ce que Checksum On the Go ?

Checksum On the Go est une extension Chrome développée par Jeyhun Gurbanov, et sa fonction principale est "This extension will check checksum for a file and make sure it matches selected checksum value".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Checksum On the Go

Téléchargez les fichiers d'extension Checksum On the Go au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Checksum On the Go Checksum On the Go
ID fholnooplijidhdagedffljaphholpea
URL Officiel https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea
Description This extension will check checksum for a file and make sure it matches selected checksum value
Taille du Fichier 50.73 KB
Nombre d'Installations 144
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-12-29
Date de Publication 2015-12-29
Évaluation 3.00/5 Total 2 Évaluations
Développeur Jeyhun Gurbanov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}