Files comparison
Compare your files in Chrome
Files comparisonとは何ですか?
Files comparisonはdenfllowによって開発されたChromeの拡張機能で、その主な機能は「Compare your files in Chrome」です。
拡張機能のスクリーンショット
Files comparison拡張機能のCRXファイルをダウンロード
Files comparison拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension allows you to compare your files directly in Chrome. Just click on toolbar icon. Also you will get sha256 hash of files. Also your can check file hash on viruses or find native file-name with VirusTotal service. "Is the same file or no... Files Comparison" v0.0.3: - Deleted permission "notifications"
拡張機能の基本情報
名前 | Files comparison |
ID | onhganoloikkmighllfglcehmaaobpmk |
公式URL | https://chromewebstore.google.com/detail/files-comparison/onhganoloikkmighllfglcehmaaobpmk |
説明 | Compare your files in Chrome |
ファイルサイズ | 19.99 KB |
インストール数 | 380 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-05-12 |
公開日 | 2018-03-09 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | denfllow |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://myipcamapp.net/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "sha256-hashworker.js" ] }, "browser_action": { "default_icon": "images\/2files18.png", "default_title": "__MSG_browser_action_title__" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/2files128.png", "64": "images\/2files64.png", "18": "images\/2files18.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "short_name": "Compare Files", "version": "0.0.3" } |