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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}