Image Extension Fix

Automatically renames image downloads according to the type they are

Was ist Image Extension Fix?

Image Extension Fix ist eine Chrome-Erweiterung, die von Colin Campbell entwickelt wurde, und ihr Hauptmerkmal ist "Automatically renames image downloads according to the type they are".

Erweiterungsscreenshots

screenshot

Image Extension Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Extension Fix-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

                        Automatically renames images according to the type they are.
No more .jpg GIFs or .large-0x539 JPEGs.

This extension is open source software (MIT licensed).
https://github.com/colin-c/image-extension-fix                    

Grundlegende Informationen zur Erweiterung

Name Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
Offizielle URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
Beschreibung Automatically renames image downloads according to the type they are
Dateigröße 49.19 KB
Installationsanzahl 687
Aktuelle Version 0.2
Letztes Update 2017-06-03
Veröffentlichungsdatum 2017-06-03
Bewertung 4.33/5 Insgesamt 18 Bewertungen
Entwickler Colin Campbell
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/colin-c/image-extension-fix
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Extension Fix",
    "short_name": "Img Ext Fix",
    "description": "Automatically renames image downloads according to the type they are",
    "version": "0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "includes\/file_extension_mapping.js",
            "includes\/util.js",
            "main.js"
        ],
        "persistent": false
    }
}