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.

Qu'est-ce que G+ Show All Pages ?

G+ Show All Pages est une extension Chrome développée par Ralf Haring, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension G+ Show All Pages

Téléchargez les fichiers d'extension G+ Show All Pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
URL Officiel https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
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.
Taille du Fichier 16.85 KB
Nombre d'Installations 12
Version Actuelle 2.4.3
Dernière Mise à Jour 2018-01-24
Date de Publication 2018-01-24
Développeur Ralf Haring
Type de Paiement free
Langues Prises en Charge 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"
    }
}