New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

Apa itu New Empty Coloured Tab?

New Empty Coloured Tab adalah ekstensi Chrome yang dikembangkan oleh Glenn Hallin, dan fitur utamanya adalah "When you open a 'New Tab' it's blank and set to the background color of your desire.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Empty Coloured Tab

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

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

Informasi Dasar Ekstensi

Nama New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
URL Resmi https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
Deskripsi When you open a 'New Tab' it's blank and set to the background color of your desire.
Ukuran File 137 KB
Jumlah Instalasi 83
Versi Saat Ini 1.5.3
Terakhir Diperbarui 2023-07-03
Tanggal Publikasi 2017-11-14
Penilaian 4.50/5 Total 4 Penilaian
Pengembang Glenn Hallin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}