Gmail UI update
Fixes a couple of things
Co je Gmail UI update?
Gmail UI update je rozšíření Chrome vyvinuté michelet.tristan, a jeho hlavní funkcí je „Fixes a couple of things“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail UI update
Stáhněte si soubory rozšíření Gmail UI update ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Popis | Fixes a couple of things |
Velikost souboru | 4.26 KB |
Počet instalací | 32 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2014-10-12 |
Datum Vydání | 2014-10-12 |
Vývojář | michelet.tristan |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |