Gmail UI update
Fixes a couple of things
Cos'è Gmail UI update?
Gmail UI update è un'estensione di Chrome sviluppata da michelet.tristan, e la sua funzione principale è "Fixes a couple of things".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail UI update
Scarica i file di estensione Gmail UI update 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
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
Informazioni di Base sull'Estensione
Nome | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
URL Ufficiale | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Descrizione | Fixes a couple of things |
Dimensione del File | 4.26 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-10-12 |
Data di Pubblicazione | 2014-10-12 |
Sviluppatore | michelet.tristan |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |