New Tab Page - Empty And Grey

With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.

Что такое New Tab Page - Empty And Grey?

New Tab Page - Empty And Grey - это расширение Chrome, разработанное ibrasaymeh, и его основная функция - "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.".

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

screenshot

Скачать файл CRX расширения New Tab Page - Empty And Grey

Скачайте файлы расширений New Tab Page - Empty And Grey в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.                    

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

Название New Tab Page - Empty And Grey New Tab Page - Empty And Grey
ID mlhjffgheoihilfchfjplpjkfejgobgf
Официальный URL https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf
Описание With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
Размер файла 3.86 KB
Количество установок 64
Текущая Версия 1.1
Последнее Обновление 2018-11-27
Дата публикации 2018-11-26
Разработчик ibrasaymeh
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "ntp_empty_grey.html"
    },
    "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "New Tab Page - Empty And Grey",
    "version": "1.1"
}