Quick New Tab

Displays new tabs with a blank page and a title of New Tab.

Qu'est-ce que Quick New Tab ?

Quick New Tab est une extension Chrome développée par Dan Hersam, et sa fonction principale est "Displays new tabs with a blank page and a title of New Tab.".

Captures d'Écran de l'Extension

screenshot

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

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

                        The fastest way to open a new tab.  No more recent web sites or anything else to slow it down.  This shows a clean, blank page with the title of New Tab.

No permissions required.

The source code is here: https://github.com/jaden/quick-new-tab                    

Informations de Base sur l'Extension

Nom Quick New Tab Quick New Tab
ID jckhphckflmhijknilbdgpdjjkehbhpm
URL Officiel https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm
Description Displays new tabs with a blank page and a title of New Tab.
Taille du Fichier 9.97 KB
Nombre d'Installations 45
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-01-19
Date de Publication 2014-04-24
Évaluation 4.00/5 Total 2 Évaluations
Développeur Dan Hersam
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://snapmagic.net/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick New Tab",
    "description": "Displays new tabs with a blank page and a title of New Tab.",
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "quick_new_tab.html"
    },
    "icons": {
        "128": "icon.png"
    }
}