Image Extension Fix

Automatically renames image downloads according to the type they are

Co to jest Image Extension Fix?

Image Extension Fix to rozszerzenie Chrome opracowane przez Colin Campbell, a jego główną funkcją jest „Automatically renames image downloads according to the type they are”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Image Extension Fix

Pobierz pliki rozszerzeń Image Extension Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
Oficjalny URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
Opis Automatically renames image downloads according to the type they are
Rozmiar pliku 49.19 KB
Liczba instalacji 687
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-06-03
Data Publikacji 2017-06-03
Ocena 4.33/5 Łącznie 18 Oceny
Deweloper Colin Campbell
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/colin-c/image-extension-fix
Obsługiwane Języki 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
    }
}