Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Что такое Empty New Tab Page?

Empty New Tab Page - это расширение Chrome, разработанное [email protected], и его основная функция - "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

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

screenshot
screenshot

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

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

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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

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

Название Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Официальный URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Описание With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Размер файла 10.61 KB
Количество установок 198,868
Текущая Версия 1.2.0
Последнее Обновление 2021-09-14
Дата публикации 2019-05-13
Рейтинг 4.40/5 Всего 1183 оценок
Разработчик [email protected]
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}