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은(는) Ralf Haring에 의해 개발된 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."입니다.

확장 프로그램 스크린샷

screenshot

G+ Show All Pages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}