Files comparison

Compare your files in Chrome

Files comparisonคืออะไร?

Files comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denfllow และคุณลักษณะหลักของมันคือ "Compare your files in Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Files comparison

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}