Black New Tab Page

Replaces the New Tab page with a black one.

Apa itu Black New Tab Page?

Black New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Yury Ershov, dan fitur utamanya adalah "Replaces the New Tab page with a black one.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Black New Tab Page

Unduh file ekstensi Black 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 is a clone of "Blank New Tab Page" extension but with black background.
Useful with Dark Reader and/or dark themes.                    

Informasi Dasar Ekstensi

Nama Black New Tab Page Black New Tab Page
ID anoeoicpaambkpaglbpghmjkhellkgld
URL Resmi https://chromewebstore.google.com/detail/black-new-tab-page/anoeoicpaambkpaglbpghmjkhellkgld
Deskripsi Replaces the New Tab page with a black one.
Ukuran File 6.09 KB
Jumlah Instalasi 1,187
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2017-05-02
Tanggal Publikasi 2017-05-01
Penilaian 4.94/5 Total 16 Penilaian
Pengembang Yury Ershov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Yury Ershov and Nick Vogt",
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "description": "Replaces the New Tab page with a black one.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "name": "Black New Tab Page",
    "offline_enabled": true,
    "short_name": "Black New Tab",
    "version": "1.0.5"
}