Dark New Tab

Open a blank dark or white tab rather than the default browser's new tab page.

Что такое Dark New Tab?

Dark New Tab - это расширение Chrome, разработанное Keller, и его основная функция - "Open a blank dark or white tab rather than the default browser's new tab page.".

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

screenshot

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

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

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

                        Dark New Tab, is a simple and very lite extension that enables you to open a new tab, completely empty with just a dark or white background color and three buttons at the top-left corner of the screen. 

The default browser tab is usually packed with lots of items such as tiles, bookmarks, search-field, etc. If you prefer to have a simple and clean new tab, this add-on works just great for you. Simply add it to your browser and it works instantly. Just click on the new tab button on your browser and it opens a blank tab instead of the default one.

The default background color for the new tab is dark. If you prefer a white background color please press the - moon - button at the top-left corner of the screen (1st button from top). This toggle button will switch the background color, and stores the state in the memory. The second button is for the support page. If you have a feature request or found a bug to report, please press this button to open the support page. The last button is for making donations.                    

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

Название Dark New Tab Dark New Tab
ID kcphhkbdlfggickaoeiahdcfhagfbajl
Официальный URL https://chromewebstore.google.com/detail/dark-new-tab/kcphhkbdlfggickaoeiahdcfhagfbajl
Описание Open a blank dark or white tab rather than the default browser's new tab page.
Размер файла 16.11 KB
Количество установок 27,541
Текущая Версия 0.1.3
Последнее Обновление 2022-05-30
Дата публикации 2019-10-13
Рейтинг 4.00/5 Всего 22 оценок
Разработчик Keller
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mybrowseraddon.com/blank-new-tab.html
URL страницы помощи https://mybrowseraddon.com/blank-new-tab.html
URL страницы политики конфиденциальности https://mybrowseraddon.com/privacy-policy/keller.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Dark New Tab",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "blank-new-tab",
    "chrome_url_overrides": {
        "newtab": "data\/tab\/tab.html"
    },
    "homepage_url": "https:\/\/mybrowseraddon.com\/blank-new-tab.html",
    "description": "Open a blank dark or white tab rather than the default browser's new tab page.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}