Full Width GMail preview pane

Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.

Что такое Full Width GMail preview pane?

Full Width GMail preview pane - это расширение Chrome, разработанное https://sina.is, и его основная функция - "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.".

Скачать файл CRX расширения Full Width GMail preview pane

Скачайте файлы расширений Full Width GMail preview pane в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.                    

Основная информация о расширении

Название Full Width GMail preview pane Full Width GMail preview pane
ID gdlbagahbkacnekaiibemdmagllflpbf
Официальный URL https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf
Описание Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
Размер файла 3.1 KB
Количество установок 309
Текущая Версия 1.0.0
Последнее Обновление 2014-03-02
Дата публикации 2014-03-01
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://sina.is
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "previewpane.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "description": "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.",
    "manifest_version": 2,
    "name": "Full Width GMail preview pane",
    "version": "1.0.0"
}