Gmail UI update
Fixes a couple of things
¿Qué es Gmail UI update?
Gmail UI update es una extensión de Chrome desarrollada por michelet.tristan, y su función principal es "Fixes a couple of things".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gmail UI update
Descarga archivos de extensión Gmail UI update en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
URL Oficial | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Descripción | Fixes a couple of things |
Tamaño del Archivo | 4.26 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 1.0.2 |
Última Actualización | 2014-10-12 |
Fecha de Publicación | 2014-10-12 |
Desarrollador | michelet.tristan |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |