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.
Hvad er G+ Show All Pages?
G+ Show All Pages er en Chrome-udvidelse udviklet af Ralf Haring, og dens hovedfunktion er "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.".
Udvidelsesskærmbilleder
Download G+ Show All Pages-udvidelses-CRX-fil
Download G+ Show All Pages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
Officiel URL | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Beskrivelse | 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. |
Filstørrelse | 16.85 KB |
Antal Installationer | 12 |
Nuværende Version | 2.4.3 |
Senest Opdateret | 2018-01-24 |
Udgivelsesdato | 2018-01-24 |
Udvikler | Ralf Haring |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |