Checksum On the Go
This extension will check checksum for a file and make sure it matches selected checksum value
Was ist Checksum On the Go?
Checksum On the Go ist eine Chrome-Erweiterung, die von Jeyhun Gurbanov entwickelt wurde, und ihr Hauptmerkmal ist "This extension will check checksum for a file and make sure it matches selected checksum value".
Erweiterungsscreenshots
Checksum On the Go-Erweiterungs-CRX-Datei herunterladen
Laden Sie Checksum On the Go-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
Grundlegende Informationen zur Erweiterung
Name | |
ID | fholnooplijidhdagedffljaphholpea |
Offizielle URL | https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea |
Beschreibung | This extension will check checksum for a file and make sure it matches selected checksum value |
Dateigröße | 50.73 KB |
Installationsanzahl | 144 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2015-12-29 |
Veröffentlichungsdatum | 2015-12-29 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jeyhun Gurbanov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |