G+ Lightbox - Hide Maximize Icon

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

Vad är G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon är en Chrome-tillägg utvecklad av Ralf Haring, och dess huvudfunktion är "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".

Tilläggsskärmbilder

screenshot

Ladda ner G+ Lightbox - Hide Maximize Icon-förlängningens CRX-fil

Ladda ner G+ Lightbox - Hide Maximize Icon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Officiell webbadress https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Beskrivning The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Filstorlek 4.1 KB
Antal Installationer 78
Aktuell Version 1.3.1
Senast Uppdaterad 2013-03-07
Publiceringsdatum 2013-03-07
Utvecklare Ralf Haring
Betalningssätt free
Stödda Språk 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"
    }
}