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.」です。
拡張機能のスクリーンショット
G+ Show All Pages拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" } } |