Chrome Image Uncenterer

Un-centers the image viewer introduced in Chrome 56.0+

Co to jest Chrome Image Uncenterer?

Chrome Image Uncenterer to rozszerzenie Chrome opracowane przez union.io, a jego główną funkcją jest „Un-centers the image viewer introduced in Chrome 56.0+”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Image Uncenterer

Pobierz pliki rozszerzeń Chrome Image Uncenterer 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

                        This is a tiny extension that reverts Chrome’s image viewer back to how it was before Chrome 56: No more stupid black background and centered image.

Update for version 0.0.2:
- Local files now work
- All image files should work, regardless of file extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Image Uncenterer Chrome Image Uncenterer
ID olobjnglnkpmiljkdlghinhnjcdoeicl
Oficjalny URL https://chromewebstore.google.com/detail/chrome-image-uncenterer/olobjnglnkpmiljkdlghinhnjcdoeicl
Opis Un-centers the image viewer introduced in Chrome 56.0+
Rozmiar pliku 18.08 KB
Liczba instalacji 10,935
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2017-02-11
Data Publikacji 2017-02-10
Ocena 4.28/5 Łącznie 43 Oceny
Deweloper union.io
Typ Płatności free
Strona Rozszerzenia https://github.com/i-a-n/chrome-image-uncenterer
Adres URL Strony Pomocy https://github.com/i-a-n/chrome-image-uncenterer
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Image Uncenterer",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Un-centers the image viewer introduced in Chrome 56.0+",
    "homepage_url": "http:\/\/github.com\/i-a-n\/chrome-image-uncenterer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_end"
        }
    ]
}