New Empty Coloured Tab

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

Co to jest New Empty Coloured Tab?

New Empty Coloured Tab to rozszerzenie Chrome opracowane przez Glenn Hallin, a jego główną funkcją jest „When you open a 'New Tab' it's blank and set to the background color of your desire.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New Empty Coloured Tab

Pobierz pliki rozszerzeń New Empty Coloured Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
Oficjalny URL https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
Opis When you open a 'New Tab' it's blank and set to the background color of your desire.
Rozmiar pliku 137 KB
Liczba instalacji 83
Aktualna Wersja 1.5.3
Ostatnia Aktualizacja 2023-07-03
Data Publikacji 2017-11-14
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper Glenn Hallin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}