Gmail UI update
Fixes a couple of things
Wat is Gmail UI update?
Gmail UI update is een Chrome-extensie ontwikkeld door michelet.tristan, en de belangrijkste functie is "Fixes a couple of things".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail UI update
Download Gmail UI update-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Officiële URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Beschrijving | Fixes a couple of things |
Bestandsgrootte | 4.26 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-10-12 |
Publicatiedatum | 2014-10-12 |
Ontwikkelaar | michelet.tristan |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |