Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Apa itu Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. adalah ekstensi Chrome yang dikembangkan oleh Thomas Tavernier, dan fitur utamanya adalah "The new tab page is now empty, you can select the background color of your choice.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Empty New Tab Page - Select Your Background.

Unduh file ekstensi Empty New Tab Page - Select Your Background. 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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

Informasi Dasar Ekstensi

Nama Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Resmi https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Deskripsi The new tab page is now empty, you can select the background color of your choice.
Ukuran File 10.4 KB
Jumlah Instalasi 122
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2021-08-15
Tanggal Publikasi 2019-09-19
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Thomas Tavernier
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ThomasTavernier/empty-new-tab-page
Bahasa yang Didukung en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}