Blank New Tab - Dark

Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.

Co to jest Blank New Tab - Dark?

Blank New Tab - Dark to rozszerzenie Chrome opracowane przez ADHD Squirrel, a jego główną funkcją jest „Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Blank New Tab - Dark

Pobierz pliki rozszerzeń Blank New Tab - Dark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Much easier on the eyes than white, especially at night and perfectly matches the new dark mode. Hides the search bar and most visited sites on the new tab leaving you with only gray.                    

Podstawowe informacje o rozszerzeniu

Nazwa Blank New Tab - Dark Blank New Tab - Dark
ID hpbfnfnaongmefofknokecpecifhldof
Oficjalny URL https://chromewebstore.google.com/detail/blank-new-tab-dark/hpbfnfnaongmefofknokecpecifhldof
Opis Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.
Rozmiar pliku 4.68 KB
Liczba instalacji 47
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2022-01-25
Data Publikacji 2020-06-21
Deweloper ADHD Squirrel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab - Dark",
    "short_name": "Blank New Tab",
    "version": "1.4",
    "description": "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.",
    "author": "ADHD Squirrel",
    "icons": {
        "48": "BNT48.png",
        "128": "BNT128.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}