Checksum On the Go
This extension will check checksum for a file and make sure it matches selected checksum value
What is Checksum On the Go?
Checksum On the Go is a Chrome extension developed by Jeyhun Gurbanov, and its main feature is "This extension will check checksum for a file and make sure it matches selected checksum value".
Extension Screenshots
Download Checksum On the Go Extension CRX File
Download Checksum On the Go extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
Extension Basic Information
Name | |
ID | fholnooplijidhdagedffljaphholpea |
Official URL | 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 |
File Size | 50.73 KB |
Installation Count | 144 |
Current Version | 1.0.2 |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jeyhun Gurbanov |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |