ZeroTab - Empty New Tab Page

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

Apa itu ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Yauheni Pakala, 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

Unduh Berkas CRX Ekstensi ZeroTab - Empty New Tab Page

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

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

Informasi Dasar Ekstensi

Nama ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
URL Resmi https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Deskripsi With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Ukuran File 7.76 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-12-11
Tanggal Publikasi 2019-03-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Yauheni Pakala
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/wcoder/ZeroTab
URL Halaman Bantuan https://github.com/wcoder/ZeroTab/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "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": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}