Gmail UI update
Fixes a couple of things
Co to jest Gmail UI update?
Gmail UI update to rozszerzenie Chrome opracowane przez michelet.tristan, a jego główną funkcją jest „Fixes a couple of things”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail UI update
Pobierz pliki rozszerzeń Gmail UI update w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Opis | Fixes a couple of things |
Rozmiar pliku | 4.26 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2014-10-12 |
Data Publikacji | 2014-10-12 |
Deweloper | michelet.tristan |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |