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"
}