G+ Show All Pages

The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.

Co to jest G+ Show All Pages?

G+ Show All Pages to rozszerzenie Chrome opracowane przez Ralf Haring, a jego główną funkcją jest „The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia G+ Show All Pages

Pobierz pliki rozszerzeń G+ Show All Pages 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

                        The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.                    

Podstawowe informacje o rozszerzeniu

Nazwa G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
Oficjalny URL https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
Opis The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.
Rozmiar pliku 16.85 KB
Liczba instalacji 12
Aktualna Wersja 2.4.3
Ostatnia Aktualizacja 2018-01-24
Data Publikacji 2018-01-24
Deweloper Ralf Haring
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G+ Show All Pages",
    "version": "2.4.3",
    "description": "The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "show_all_pages.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/*",
                "https:\/\/photos.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    }
}