Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

Qu'est-ce que Blank New Tab Page plus... ?

Blank New Tab Page plus... est une extension Chrome développée par https://mythical5th.com, et sa fonction principale est "A blank New Tab Page with a colour and background of your choice".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blank New Tab Page plus...

Téléchargez les fichiers d'extension Blank New Tab Page plus... 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

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

Informations de Base sur l'Extension

Nom Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
URL Officiel https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Description A blank New Tab Page with a colour and background of your choice
Taille du Fichier 1.61 MB
Nombre d'Installations 44
Version Actuelle 2.2.5
Dernière Mise à Jour 2024-02-10
Date de Publication 2019-04-06
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://mythical5th.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://mythical5th.com/policies/chromeWebStore.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}