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.

G+ Show All Pagesคืออะไร?

G+ Show All Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ralf Haring และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G+ Show All Pages

ดาวน์โหลดไฟล์ส่วนขยาย G+ Show All Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ G+ Show All Pages G+ Show All Pages
ID aahmfmdbojoklgphdokhlbggagffjfhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk
คำอธิบาย 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.
ขนาดไฟล์ 16.85 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 2.4.3
อัปเดตครั้งล่าสุด 2018-01-24
วันที่เผยแพร่ 2018-01-24
ผู้พัฒนา Ralf Haring
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}