center images

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

Cos'è center images?

center images è un'estensione di Chrome sviluppata da Zach Sampieri, e la sua funzione principale è "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione center images

Scarica i file di estensione center images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Ufficiale https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Descrizione Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Dimensione del File 12.76 KB
Conteggio Installazioni 144
Versione Corrente 1
Ultimo Aggiornamento 2015-12-01
Data di Pubblicazione 2015-12-01
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Zach Sampieri
Tipo di Pagamento free
Lingue Supportate 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"
}