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.
¿Qué es G+ Show All Pages?
G+ Show All Pages es una extensión de Chrome desarrollada por Ralf Haring, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión G+ Show All Pages
Descarga archivos de extensión G+ Show All Pages en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
URL Oficial | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Descripción | 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. |
Tamaño del Archivo | 16.85 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 2.4.3 |
Última Actualización | 2018-01-24 |
Fecha de Publicación | 2018-01-24 |
Desarrollador | Ralf Haring |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |