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.

Apa itu G+ Show All Pages?

G+ Show All Pages adalah ekstensi Chrome yang dikembangkan oleh Ralf Haring, dan fitur utamanya adalah "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.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi G+ Show All Pages

Unduh file ekstensi G+ Show All Pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
URL Resmi https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
Deskripsi 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.
Ukuran File 16.85 KB
Jumlah Instalasi 12
Versi Saat Ini 2.4.3
Terakhir Diperbarui 2018-01-24
Tanggal Publikasi 2018-01-24
Pengembang Ralf Haring
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}