Empty New Tab Page - Select Your Background.

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

Qu'est-ce que Empty New Tab Page - Select Your Background. ?

Empty New Tab Page - Select Your Background. est une extension Chrome développée par Thomas Tavernier, et sa fonction principale est "The new tab page is now empty, you can select the background color of your choice.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Empty New Tab Page - Select Your Background.

Téléchargez les fichiers d'extension Empty New Tab Page - Select Your Background. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Officiel https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Description The new tab page is now empty, you can select the background color of your choice.
Taille du Fichier 10.4 KB
Nombre d'Installations 122
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-08-15
Date de Publication 2019-09-19
Évaluation 5.00/5 Total 7 Évaluations
Développeur Thomas Tavernier
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ThomasTavernier/empty-new-tab-page
Langues Prises en Charge 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"
    }
}