Blank New Tab Page

Override the default new tab page with blank page.

Apa itu Blank New Tab Page?

Blank New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Jarek Foksa, dan fitur utamanya adalah "Override the default new tab page with blank page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blank New Tab Page

Unduh file ekstensi Blank 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

                        This extension prevents "Google search" page from showing up when you open a new tab.

You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".                    

Informasi Dasar Ekstensi

Nama Blank New Tab Page Blank New Tab Page
ID jaadjnlkjnhohljficgoddcjmndjfdmi
URL Resmi https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi
Deskripsi Override the default new tab page with blank page.
Ukuran File 4.4 KB
Jumlah Instalasi 50,000
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-12
Tanggal Publikasi 2016-03-23
Penilaian 4.50/5 Total 46 Penilaian
Pengembang Jarek Foksa
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://boxy-svg.com/legal
Bahasa yang Didukung en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Override the default new tab page with blank page.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Blank New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}