G+ Lightbox - Hide Maximize Icon

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

Co to jest G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon to rozszerzenie Chrome opracowane przez Ralf Haring, a jego główną funkcją jest „The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia G+ Lightbox - Hide Maximize Icon

Pobierz pliki rozszerzeń G+ Lightbox - Hide Maximize Icon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Oficjalny URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Opis The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
Rozmiar pliku 4.1 KB
Liczba instalacji 78
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2013-03-07
Data Publikacji 2013-03-07
Deweloper Ralf Haring
Typ Płatności free
Obsługiwane Języki 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"
    }
}