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.
Vad är G+ Show All Pages?
G+ Show All Pages är en Chrome-tillägg utvecklad av Ralf Haring, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner G+ Show All Pages-förlängningens CRX-fil
Ladda ner G+ Show All Pages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
Officiell webbadress | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Beskrivning | 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. |
Filstorlek | 16.85 KB |
Antal Installationer | 12 |
Aktuell Version | 2.4.3 |
Senast Uppdaterad | 2018-01-24 |
Publiceringsdatum | 2018-01-24 |
Utvecklare | Ralf Haring |
Betalningssätt | free |
Stödda Språk | 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" } } |