Checksum On the Go
This extension will check checksum for a file and make sure it matches selected checksum value
Checksum On the Goとは何ですか?
Checksum On the GoはJeyhun Gurbanovによって開発されたChromeの拡張機能で、その主な機能は「This extension will check checksum for a file and make sure it matches selected checksum value」です。
拡張機能のスクリーンショット
Checksum On the Go拡張機能のCRXファイルをダウンロード
Checksum On the Go拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In 4 simple steps you can verify checksum of your downloaded content: - copy checksum - select file - select hash type - press check button
拡張機能の基本情報
名前 | |
ID | fholnooplijidhdagedffljaphholpea |
公式URL | https://chrome.google.com/webstore/detail/checksum-on-the-go/fholnooplijidhdagedffljaphholpea |
説明 | This extension will check checksum for a file and make sure it matches selected checksum value |
ファイルサイズ | 50.73 KB |
インストール数 | 144 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-12-29 |
公開日 | 2015-12-29 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Jeyhun Gurbanov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |