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 je G+ Show All Pages?

G+ Show All Pages je rozšíření Chrome vyvinuté Ralf Haring, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření G+ Show All Pages

Stáhněte si soubory rozšíření G+ Show All Pages 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í

                        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.                    

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

Název G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
Oficiální URL https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
Popis 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.
Velikost souboru 16.85 KB
Počet instalací 12
Aktuální Verze 2.4.3
Poslední Aktualizace 2018-01-24
Datum Vydání 2018-01-24
Vývojář Ralf Haring
Typ Platby free
Podporované Jazyky 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"
    }
}