Files comparison
Compare your files in Chrome
Files comparison란 무엇입니까?
Files comparison은(는) denfllow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare your files in Chrome"입니다.
확장 프로그램 스크린샷
Files comparison 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |