Gmail UI update
Fixes a couple of things
Vad är Gmail UI update?
Gmail UI update är en Chrome-tillägg utvecklad av michelet.tristan, och dess huvudfunktion är "Fixes a couple of things".
Tilläggsskärmbilder
Ladda ner Gmail UI update-förlängningens CRX-fil
Ladda ner Gmail UI update-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Officiell webbadress | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Beskrivning | Fixes a couple of things |
Filstorlek | 4.26 KB |
Antal Installationer | 32 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-10-12 |
Publiceringsdatum | 2014-10-12 |
Utvecklare | michelet.tristan |
Betalningssätt | free |
Stödda Språk | 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" } ] } |