G+ Lightbox - Hide Maximize Icon

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

Was ist G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon ist eine Chrome-Erweiterung, die von Ralf Haring entwickelt wurde, und ihr Hauptmerkmal ist "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".

Erweiterungsscreenshots

screenshot

G+ Lightbox - Hide Maximize Icon-Erweiterungs-CRX-Datei herunterladen

Laden Sie G+ Lightbox - Hide Maximize Icon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Offizielle URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Beschreibung The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Dateigröße 4.1 KB
Installationsanzahl 78
Aktuelle Version 1.3.1
Letztes Update 2013-03-07
Veröffentlichungsdatum 2013-03-07
Entwickler Ralf Haring
Zahlungsart free
Unterstützte Sprachen 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"
    }
}