Inbox Layout for Gmail
Making Gmail look more like Inbox
Что такое Inbox Layout for Gmail?
Inbox Layout for Gmail - это расширение Chrome, разработанное jakbox, и его основная функция - "Making Gmail look more like Inbox".
Снимки экрана расширения
Скачать файл CRX расширения Inbox Layout for Gmail
Скачайте файлы расширений Inbox Layout for Gmail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Emulates the layout of Inbox in Gmail - Works with the latest Gmail UI (late 2018) - Works with all Gmail inbox configurations (priority inbox, tabs, preview pane) - Plays nice with Gmail themes (backgrounds / styles from the settings cog) - Plays nice with Gmail plugins and labs
Основная информация о расширении
Название | Inbox Layout for Gmail |
ID | mpfambbegmagappbaekoffohgljakfkl |
Официальный URL | https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl |
Описание | Making Gmail look more like Inbox |
Размер файла | 9.05 KB |
Количество установок | 66 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2019-04-08 |
Дата публикации | 2019-04-07 |
Разработчик | jakbox |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Layout for Gmail", "version": "0.1.1", "description": "Making Gmail look more like Inbox", "icons": { "48": "icon.png" }, "content_scripts": [ { "js": [ "util.js", "content.js" ], "css": [ "gbox.css" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "manifest_version": 2 } |