New Tab No Shortcuts

Replaces the New Tab page with google.com.

Vad är New Tab No Shortcuts?

New Tab No Shortcuts är en Chrome-tillägg utvecklad av amiller, och dess huvudfunktion är "Replaces the New Tab page with google.com.".

Tilläggsskärmbilder

screenshot

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

Ladda ner New Tab No Shortcuts-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

                        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äggande Information om Tillägg

Namn New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Beskrivning Replaces the New Tab page with google.com.
Filstorlek 8.82 KB
Antal Installationer 118
Aktuell Version 1.1
Senast Uppdaterad 2020-02-02
Publiceringsdatum 2020-01-29
Utvecklare amiller
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}