center images

Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)

Co to jest center images?

center images to rozszerzenie Chrome opracowane przez Zach Sampieri, a jego główną funkcją jest „Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia center images

Pobierz pliki rozszerzeń center images 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 extension centers an image on the page when viewing a url of an image. If the page ends in a .jpg, .jpeg, .gif, or .png, the image will be centered on the page and the background will be changed to black instead of white. Unlike other similar extensions, this extension also works when viewing files stored on your local hard drive.                    

Podstawowe informacje o rozszerzeniu

Nazwa center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
Oficjalny URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Opis Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Rozmiar pliku 12.76 KB
Liczba instalacji 144
Aktualna Wersja 1
Ostatnia Aktualizacja 2015-12-01
Data Publikacji 2015-12-01
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper Zach Sampieri
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "doit.js"
            ]
        }
    ],
    "description": "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)",
    "name": "center images",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1"
}