Quick New Tab

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

Vad är Quick New Tab?

Quick New Tab är en Chrome-tillägg utvecklad av Dan Hersam, och dess huvudfunktion är "Displays new tabs with a blank page and a title of New Tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Quick New Tab-förlängningens CRX-fil

Ladda ner Quick New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Quick New Tab Quick New Tab
ID jckhphckflmhijknilbdgpdjjkehbhpm
Officiell webbadress https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm
Beskrivning Displays new tabs with a blank page and a title of New Tab.
Filstorlek 9.97 KB
Antal Installationer 45
Aktuell Version 1.0.3
Senast Uppdaterad 2024-01-19
Publiceringsdatum 2014-04-24
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Dan Hersam
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://snapmagic.net/privacy.html
Stödda Språk 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"
    }
}