Files comparison
Compare your files in Chrome
Files comparison là gì?
Files comparison là một tiện ích mở rộng Chrome được phát triển bởi denfllow, và tính năng chính của nó là "Compare your files in Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Files comparison
Tải xuống các tệp mở rộng Files comparison dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Files comparison |
ID | onhganoloikkmighllfglcehmaaobpmk |
URL Chính Thức | https://chromewebstore.google.com/detail/files-comparison/onhganoloikkmighllfglcehmaaobpmk |
Mô tả | Compare your files in Chrome |
Kích Thước Tệp | 19.99 KB |
Số Lần Cài Đặt | 380 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-05-12 |
Ngày Phát Hành | 2018-03-09 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | denfllow |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://myipcamapp.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |