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 je center images?

center images je rozšíření Chrome vyvinuté Zach Sampieri, a jeho hlavní funkcí je „Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření center images

Stáhněte si soubory rozšíření center images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
Oficiální URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Popis Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Velikost souboru 12.76 KB
Počet instalací 144
Aktuální Verze 1
Poslední Aktualizace 2015-12-01
Datum Vydání 2015-12-01
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář Zach Sampieri
Typ Platby free
Podporované Jazyky 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"
}