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 |
电子邮箱 | [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" } |