Empty New Tab Page - Select Your Background.

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

Co je Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. je rozšíření Chrome vyvinuté Thomas Tavernier, a jeho hlavní funkcí je „The new tab page is now empty, you can select the background color of your choice.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Empty New Tab Page - Select Your Background.

Stáhněte si soubory rozšíření Empty New Tab Page - Select Your Background. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
Oficiální URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Popis The new tab page is now empty, you can select the background color of your choice.
Velikost souboru 10.4 KB
Počet instalací 122
Aktuální Verze 1.4.0
Poslední Aktualizace 2021-08-15
Datum Vydání 2019-09-19
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Thomas Tavernier
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ThomasTavernier/empty-new-tab-page
Podporované Jazyky 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"
    }
}