G+ Lightbox - Hide Maximize Icon

The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.

G+ Lightbox - Hide Maximize Iconとは何ですか?

G+ Lightbox - Hide Maximize IconはRalf Haringによって開発されたChromeの拡張機能で、その主な機能は「The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.」です。

拡張機能のスクリーンショット

screenshot

G+ Lightbox - Hide Maximize Icon拡張機能のCRXファイルをダウンロード

G+ Lightbox - Hide Maximize Icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension hides the maximize icon in the G+ picture lightbox view by default and only shows it if you hover the mouse over the bottom right of the picture.                    

拡張機能の基本情報

名前 G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
公式URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
説明 The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
ファイルサイズ 4.1 KB
インストール数 78
現在のバージョン 1.3.1
最終更新日 2013-03-07
公開日 2013-03-07
開発者 Ralf Haring
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G+ Lightbox - Hide Maximize Icon",
    "version": "1.3.1",
    "description": "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    }
}