Checksum On the Go
This extension will check checksum for a file and make sure it matches selected checksum value
Vad är Checksum On the Go?
Checksum On the Go är en Chrome-tillägg utvecklad av Jeyhun Gurbanov, och dess huvudfunktion är "This extension will check checksum for a file and make sure it matches selected checksum value".
Tilläggsskärmbilder
Ladda ner Checksum On the Go-förlängningens CRX-fil
Ladda ner Checksum On the Go-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
Grundläggande Information om Tillägg
Namn | |
ID | fholnooplijidhdagedffljaphholpea |
Officiell webbadress | https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea |
Beskrivning | This extension will check checksum for a file and make sure it matches selected checksum value |
Filstorlek | 50.73 KB |
Antal Installationer | 144 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2015-12-29 |
Publiceringsdatum | 2015-12-29 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Jeyhun Gurbanov |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |