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.

Was ist G+ Show All Pages?

G+ Show All Pages ist eine Chrome-Erweiterung, die von Ralf Haring entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

G+ Show All Pages-Erweiterungs-CRX-Datei herunterladen

Laden Sie G+ Show All Pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
Offizielle URL https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
Beschreibung 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.
Dateigröße 16.85 KB
Installationsanzahl 12
Aktuelle Version 2.4.3
Letztes Update 2018-01-24
Veröffentlichungsdatum 2018-01-24
Entwickler Ralf Haring
Zahlungsart free
Unterstützte Sprachen 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"
    }
}