New Tab No Shortcuts

Replaces the New Tab page with google.com.

Hvad er New Tab No Shortcuts?

New Tab No Shortcuts er en Chrome-udvidelse udviklet af amiller, og dens hovedfunktion er "Replaces the New Tab page with google.com.".

Udvidelsesskærmbilleder

screenshot

Download New Tab No Shortcuts-udvidelses-CRX-fil

Download New Tab No Shortcuts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

Grundlæggende oplysninger om udvidelsen

Navn New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
Officiel URL https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Beskrivelse Replaces the New Tab page with google.com.
Filstørrelse 8.82 KB
Antal Installationer 118
Nuværende Version 1.1
Senest Opdateret 2020-02-02
Udgivelsesdato 2020-01-29
Udvikler amiller
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}