New Tab No Shortcuts

Replaces the New Tab page with google.com.

什麼是New Tab No Shortcuts?

New Tab No Shortcuts是由amiller開發的Chrome擴展程式,該擴展的主要功能是“Replaces the New Tab page with google.com.”。

擴展截圖

screenshot

下載New Tab No Shortcuts擴展crx文件

下載New Tab No Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
官方網址 https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
簡介 Replaces the New Tab page with google.com.
檔案大小 8.82 KB
安裝次數 118
目前版本 1.1
更新時間 2020-02-02
上架時間 2020-01-29
開發者 amiller
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}