center images

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

What is center images?

center images is a Chrome extension developed by Zach Sampieri, and its main feature is "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Extension Screenshots

screenshot
screenshot

Download center images Extension CRX File

Download center images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
Official URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Description Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
File Size 12.76 KB
Installation Count 144
Current Version 1
Last Updated 2015-12-01
Publish Date 2015-12-01
Rating 4.67/5 Total 6 Ratings
Developer Zach Sampieri
Payment Type free
Supported Languages 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"
}