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.
Cos'è G+ Show All Pages?
G+ Show All Pages è un'estensione di Chrome sviluppata da Ralf Haring, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione G+ Show All Pages
Scarica i file di estensione G+ Show All Pages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
URL Ufficiale | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Descrizione | 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. |
Dimensione del File | 16.85 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 2.4.3 |
Ultimo Aggiornamento | 2018-01-24 |
Data di Pubblicazione | 2018-01-24 |
Sviluppatore | Ralf Haring |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |