Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Что такое Google Inbox Dark Skin?
Google Inbox Dark Skin - это расширение Chrome, разработанное yasser.ebrahim, и его основная функция - "Darkens the Google Inbox page to an easy on the eyes skin.".
Снимки экрана расширения
Скачать файл CRX расширения Google Inbox Dark Skin
Скачайте файлы расширений Google Inbox Dark Skin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
Основная информация о расширении
Название | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
Официальный URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Описание | Darkens the Google Inbox page to an easy on the eyes skin. |
Размер файла | 126 KB |
Количество установок | 228 |
Текущая Версия | 0.3 |
Последнее Обновление | 2016-11-28 |
Дата публикации | 2016-11-28 |
Рейтинг | 2.26/5 Всего 34 оценок |
Разработчик | yasser.ebrahim |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |