New Tab

Create a blank new tab without any existing content.

Qu'est-ce que New Tab ?

New Tab est une extension Chrome développée par https://blank-tab.freefinancetools.net, et sa fonction principale est "Create a blank new tab without any existing content.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        Create a blank new tab without any existing content in chrome.
This plugin makes the new tab page complete blank.                    

Informations de Base sur l'Extension

Nom New Tab New Tab
ID iaccodjlnfpdhjncllhaamifeglhhmdj
URL Officiel https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj
Description Create a blank new tab without any existing content.
Taille du Fichier 80.97 KB
Nombre d'Installations 2,731
Version Actuelle 3.0.1
Dernière Mise à Jour 2022-10-12
Date de Publication 2020-07-15
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://blank-tab.freefinancetools.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blank-tab.freefinancetools.net
Langues Prises en Charge id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "3.0.1",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "ui\/newtab.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png"
        },
        "default_title": "__MSG_AppName__"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "background": {
        "service_worker": "\/js\/worker.js"
    },
    "homepage_url": "https:\/\/blank-tab.freefinancetools.net\/"
}