Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Apa itu Empty New Tab Page?

Empty New Tab Page adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Empty New Tab Page

Unduh file ekstensi Empty New Tab Page 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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

Informasi Dasar Ekstensi

Nama Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
URL Resmi https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Deskripsi With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Ukuran File 10.61 KB
Jumlah Instalasi 198,868
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-09-14
Tanggal Publikasi 2019-05-13
Penilaian 4.40/5 Total 1183 Penilaian
Pengembang [email protected]
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}