Gmail UI update
Fixes a couple of things
What is Gmail UI update?
Gmail UI update is a Chrome extension developed by michelet.tristan, and its main feature is "Fixes a couple of things".
Extension Screenshots
Download Gmail UI update Extension CRX File
Download Gmail UI update extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Official URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Description | Fixes a couple of things |
File Size | 4.26 KB |
Installation Count | 32 |
Current Version | 1.0.2 |
Last Updated | 2014-10-12 |
Publish Date | 2014-10-12 |
Developer | michelet.tristan |
Payment Type | free |
Supported Languages | 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" } ] } |