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.
What is G+ Show All Pages?
G+ Show All Pages is a Chrome extension developed by Ralf Haring, and its main feature is "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.".
Extension Screenshots
Download G+ Show All Pages Extension CRX File
Download G+ Show All Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
Official URL | 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. |
File Size | 16.85 KB |
Installation Count | 12 |
Current Version | 2.4.3 |
Last Updated | 2018-01-24 |
Publish Date | 2018-01-24 |
Developer | Ralf Haring |
Payment Type | free |
Supported Languages | 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" } } |