Gmail UI update
Fixes a couple of things
Что такое Gmail UI update?
Gmail UI update - это расширение Chrome, разработанное michelet.tristan, и его основная функция - "Fixes a couple of things".
Снимки экрана расширения
Скачать файл CRX расширения Gmail UI update
Скачайте файлы расширений Gmail UI update в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
Официальный URL | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
Описание | Fixes a couple of things |
Размер файла | 4.26 KB |
Количество установок | 32 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2014-10-12 |
Дата публикации | 2014-10-12 |
Разработчик | michelet.tristan |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |