Image Extension Fix

Automatically renames image downloads according to the type they are

Apa itu Image Extension Fix?

Image Extension Fix adalah ekstensi Chrome yang dikembangkan oleh Colin Campbell, dan fitur utamanya adalah "Automatically renames image downloads according to the type they are".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Extension Fix

Unduh file ekstensi Image Extension Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
URL Resmi https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
Deskripsi Automatically renames image downloads according to the type they are
Ukuran File 49.19 KB
Jumlah Instalasi 687
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-06-03
Tanggal Publikasi 2017-06-03
Penilaian 4.33/5 Total 18 Penilaian
Pengembang Colin Campbell
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/colin-c/image-extension-fix
Bahasa yang Didukung 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
    }
}