center images

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

什么是center images?

center images是由Zach Sampieri开发的Chrome扩展程序,该扩展的主要功能是“Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)”。

扩展截图

screenshot
screenshot

下载center images扩展crx文件

下载center images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
官方URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
简介 Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
文件大小 12.76 KB
安装次数 144
当前版本 1
更新时间 2015-12-01
上架时间 2015-12-01
评分 4.67/5 共6次评分
开发者 Zach Sampieri
付费类型 free
支持的语言 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"
}