Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Что такое Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. - это расширение Chrome, разработанное Thomas Tavernier, и его основная функция - "The new tab page is now empty, you can select the background color of your choice.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

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

Название Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
Официальный URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Описание The new tab page is now empty, you can select the background color of your choice.
Размер файла 10.4 KB
Количество установок 122
Текущая Версия 1.4.0
Последнее Обновление 2021-08-15
Дата публикации 2019-09-19
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Thomas Tavernier
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ThomasTavernier/empty-new-tab-page
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}