Gmail UI update
Fixes a couple of things
Τι είναι το Gmail UI update;
Το Gmail UI update είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον michelet.tristan, και η κύρια λειτουργία του είναι "Fixes a couple of things".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail UI update
Λήψη αρχείων επέκτασης Gmail UI update σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When using the multiple inboxes gmail lab plugin, the action bar is not always reachable. This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient. See more: https://github.com/tmichelet/gmail-helper
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Περιγραφή | Fixes a couple of things |
Μέγεθος Αρχείου | 4.26 KB |
Αριθμός Εγκαταστάσεων | 32 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2014-10-12 |
Ημερομηνία Δημοσίευσης | 2014-10-12 |
Προγραμματιστής | michelet.tristan |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail UI update", "description": "Fixes a couple of things", "version": "1.0.2", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |