Quick New Tab

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

Wat is Quick New Tab?

Quick New Tab is een Chrome-extensie ontwikkeld door Dan Hersam, en de belangrijkste functie is "Displays new tabs with a blank page and a title of New Tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick New Tab

Download Quick New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Quick New Tab Quick New Tab
ID jckhphckflmhijknilbdgpdjjkehbhpm
Officiële URL https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm
Beschrijving Displays new tabs with a blank page and a title of New Tab.
Bestandsgrootte 9.97 KB
Aantal Installaties 45
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-01-19
Publicatiedatum 2014-04-24
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Dan Hersam
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://snapmagic.net/privacy.html
Ondersteunde Talen 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"
    }
}