center images

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

¿Qué es center images?

center images es una extensión de Chrome desarrollada por Zach Sampieri, y su función principal es "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión center images

Descarga archivos de extensión center images en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Oficial https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Descripción Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Tamaño del Archivo 12.76 KB
Cantidad de Instalaciones 144
Versión Actual 1
Última Actualización 2015-12-01
Fecha de Publicación 2015-12-01
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador Zach Sampieri
Tipo de Pago free
Idiomas Soportados 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"
}