Blank New Tab Page

Override the default new tab page with blank page.

Qu'est-ce que Blank New Tab Page ?

Blank New Tab Page est une extension Chrome développée par Jarek Foksa, et sa fonction principale est "Override the default new tab page with blank page.".

Captures d'Écran de l'Extension

screenshot

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

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

                        This extension prevents "Google search" page from showing up when you open a new tab.

You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".                    

Informations de Base sur l'Extension

Nom Blank New Tab Page Blank New Tab Page
ID jaadjnlkjnhohljficgoddcjmndjfdmi
URL Officiel https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi
Description Override the default new tab page with blank page.
Taille du Fichier 4.4 KB
Nombre d'Installations 50,000
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-12
Date de Publication 2016-03-23
Évaluation 4.50/5 Total 46 Évaluations
Développeur Jarek Foksa
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://boxy-svg.com/legal
Langues Prises en Charge en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Override the default new tab page with blank page.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Blank New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}