center images

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

O que é center images?

center images é uma extensão do Chrome desenvolvida por Zach Sampieri, e sua principal característica é "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão center images

Baixe arquivos de extensão center images no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Oficial https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Descrição Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Tamanho do Arquivo 12.76 KB
Contagem de Instalações 144
Versão Atual 1
Última Atualização 2015-12-01
Data de Publicação 2015-12-01
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor Zach Sampieri
Tipo de Pagamento free
Idiomas Suportados 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"
}