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.
Τι είναι το G+ Show All Pages;
Το G+ Show All Pages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ralf Haring, και η κύρια λειτουργία του είναι "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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης G+ Show All Pages
Λήψη αρχείων επέκτασης G+ Show All Pages σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
Επίσημο URL | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Περιγραφή | 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. |
Μέγεθος Αρχείου | 16.85 KB |
Αριθμός Εγκαταστάσεων | 12 |
Τρέχουσα Έκδοση | 2.4.3 |
Τελευταία Ενημέρωση | 2018-01-24 |
Ημερομηνία Δημοσίευσης | 2018-01-24 |
Προγραμματιστής | Ralf Haring |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |