Files comparison

Compare your files in Chrome

Was ist Files comparison?

Files comparison ist eine Chrome-Erweiterung, die von denfllow entwickelt wurde, und ihr Hauptmerkmal ist "Compare your files in Chrome".

Erweiterungsscreenshots

screenshot

Files comparison-Erweiterungs-CRX-Datei herunterladen

Laden Sie Files comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Files comparison Files comparison
ID onhganoloikkmighllfglcehmaaobpmk
Offizielle URL https://chromewebstore.google.com/detail/files-comparison/onhganoloikkmighllfglcehmaaobpmk
Beschreibung Compare your files in Chrome
Dateigröße 19.99 KB
Installationsanzahl 380
Aktuelle Version 0.0.3
Letztes Update 2022-05-12
Veröffentlichungsdatum 2018-03-09
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler denfllow
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://myipcamapp.net/privacy
Unterstützte Sprachen 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"
}