Gmail UI update
Fixes a couple of things
Qu'est-ce que Gmail UI update ?
Gmail UI update est une extension Chrome développée par michelet.tristan, et sa fonction principale est "Fixes a couple of things".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail UI update
Téléchargez les fichiers d'extension Gmail UI update au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
URL Officiel | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Description | Fixes a couple of things |
Taille du Fichier | 4.26 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-10-12 |
Date de Publication | 2014-10-12 |
Développeur | michelet.tristan |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |