Checksum On the Go
This extension will check checksum for a file and make sure it matches selected checksum value
Apa itu Checksum On the Go?
Checksum On the Go adalah ekstensi Chrome yang dikembangkan oleh Jeyhun Gurbanov, dan fitur utamanya adalah "This extension will check checksum for a file and make sure it matches selected checksum value".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Checksum On the Go
Unduh file ekstensi Checksum On the Go dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
Informasi Dasar Ekstensi
Nama | |
ID | fholnooplijidhdagedffljaphholpea |
URL Resmi | https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea |
Deskripsi | This extension will check checksum for a file and make sure it matches selected checksum value |
Ukuran File | 50.73 KB |
Jumlah Instalasi | 144 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-12-29 |
Tanggal Publikasi | 2015-12-29 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Jeyhun Gurbanov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |