ZeroTab - Empty New Tab Page

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

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

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

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

screenshot

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

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

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

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

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

Название ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
Официальный URL https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Описание With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Размер файла 7.76 KB
Количество установок 25
Текущая Версия 1.0.1
Последнее Обновление 2021-12-11
Дата публикации 2019-03-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Yauheni Pakala
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/wcoder/ZeroTab
URL страницы помощи https://github.com/wcoder/ZeroTab/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "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": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}