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