ShowSubjectGmail

Always show the subject field when replying in Gmail!

Что такое ShowSubjectGmail?

ShowSubjectGmail - это расширение Chrome, разработанное nouvellecollection, и его основная функция - "Always show the subject field when replying in Gmail!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ShowSubjectGmail

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

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

                        When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!

Contact: [email protected]                    

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

Название ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
Официальный URL https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Описание Always show the subject field when replying in Gmail!
Размер файла 3.12 KB
Количество установок 1,543
Текущая Версия 1.0
Последнее Обновление 2018-06-13
Дата публикации 2018-06-13
Рейтинг 5.00/5 Всего 4 оценок
Разработчик nouvellecollection
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowSubjectGmail",
    "version": "1.0",
    "description": "Always show the subject field when replying in Gmail!",
    "content_scripts": [
        {
            "css": [
                "fix.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ]
}