Gmail UI update
Fixes a couple of things
O que é Gmail UI update?
Gmail UI update é uma extensão do Chrome desenvolvida por michelet.tristan, e sua principal característica é "Fixes a couple of things".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gmail UI update
Baixe arquivos de extensão Gmail UI update no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
URL Oficial | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Descrição | Fixes a couple of things |
Tamanho do Arquivo | 4.26 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0.2 |
Última Atualização | 2014-10-12 |
Data de Publicação | 2014-10-12 |
Desenvolvedor | michelet.tristan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |