Blank New Tab - Dark

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

Apa itu Blank New Tab - Dark?

Blank New Tab - Dark adalah ekstensi Chrome yang dikembangkan oleh ADHD Squirrel, dan fitur utamanya adalah "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blank New Tab - Dark

Unduh file ekstensi Blank New Tab - Dark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blank New Tab - Dark Blank New Tab - Dark
ID hpbfnfnaongmefofknokecpecifhldof
URL Resmi https://chromewebstore.google.com/detail/blank-new-tab-dark/hpbfnfnaongmefofknokecpecifhldof
Deskripsi Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.
Ukuran File 4.68 KB
Jumlah Instalasi 47
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-01-25
Tanggal Publikasi 2020-06-21
Pengembang ADHD Squirrel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}