G+ Lightbox - Hide Maximize Icon

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

Hvad er G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon er en Chrome-udvidelse udviklet af Ralf Haring, og dens hovedfunktion er "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".

Udvidelsesskærmbilleder

screenshot

Download G+ Lightbox - Hide Maximize Icon-udvidelses-CRX-fil

Download G+ Lightbox - Hide Maximize Icon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Officiel URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Beskrivelse The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Filstørrelse 4.1 KB
Antal Installationer 78
Nuværende Version 1.3.1
Senest Opdateret 2013-03-07
Udgivelsesdato 2013-03-07
Udvikler Ralf Haring
Betalingsmetode free
Understøttede Sprog 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"
    }
}