Set ABOUT:BLANK as NEW TAB page

Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.

Что такое Set ABOUT:BLANK as NEW TAB page?

Set ABOUT:BLANK as NEW TAB page - это расширение Chrome, разработанное https://puvox.software, и его основная функция - "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".

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

screenshot

Скачать файл CRX расширения Set ABOUT:BLANK as NEW TAB page

Скачайте файлы расширений Set ABOUT:BLANK as NEW TAB page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Use this extension to have "about:blank" as your new tab page.                    

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

Название Set ABOUT:BLANK as NEW TAB page Set ABOUT:BLANK as NEW TAB page
ID amcfcgenknhnhicjonfnclkehkpfnfjl
Официальный URL https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl
Описание Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Размер файла 10.81 KB
Количество установок 72
Текущая Версия 1.0.1
Последнее Обновление 2021-02-01
Дата публикации 2021-02-01
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://puvox.software
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://puvox.software
URL страницы политики конфиденциальности https://puvox.software/info/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set ABOUT:BLANK as NEW TAB page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty.html"
    }
}