center images

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

Wat is center images?

center images is een Chrome-extensie ontwikkeld door Zach Sampieri, en de belangrijkste functie is "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie center images

Download center images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
Officiële URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Beschrijving Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Bestandsgrootte 12.76 KB
Aantal Installaties 144
Huidige Versie 1
Laatst Bijgewerkt 2015-12-01
Publicatiedatum 2015-12-01
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Zach Sampieri
Betalingswijze free
Ondersteunde Talen 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"
}