Empty New Tab Page - Select Your Background.

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

Co to jest Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. to rozszerzenie Chrome opracowane przez Thomas Tavernier, a jego główną funkcją jest „The new tab page is now empty, you can select the background color of your choice.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Empty New Tab Page - Select Your Background.

Pobierz pliki rozszerzeń Empty New Tab Page - Select Your Background. 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
Oficjalny URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Opis The new tab page is now empty, you can select the background color of your choice.
Rozmiar pliku 10.4 KB
Liczba instalacji 122
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2021-08-15
Data Publikacji 2019-09-19
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Thomas Tavernier
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ThomasTavernier/empty-new-tab-page
Obsługiwane Języki 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"
    }
}