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.
O que é G+ Show All Pages?
G+ Show All Pages é uma extensão do Chrome desenvolvida por Ralf Haring, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão G+ Show All Pages
Baixe arquivos de extensão G+ Show All Pages no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
URL Oficial | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Descrição | 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. |
Tamanho do Arquivo | 16.85 KB |
Contagem de Instalações | 12 |
Versão Atual | 2.4.3 |
Última Atualização | 2018-01-24 |
Data de Publicação | 2018-01-24 |
Desenvolvedor | Ralf Haring |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |