G+ Lightbox - Hide Maximize Icon

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

Co je G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon je rozšíření Chrome vyvinuté Ralf Haring, a jeho hlavní funkcí je „The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření G+ Lightbox - Hide Maximize Icon

Stáhněte si soubory rozšíření G+ Lightbox - Hide Maximize Icon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Oficiální URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Popis The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Velikost souboru 4.1 KB
Počet instalací 78
Aktuální Verze 1.3.1
Poslední Aktualizace 2013-03-07
Datum Vydání 2013-03-07
Vývojář Ralf Haring
Typ Platby free
Podporované Jazyky 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"
    }
}