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
官方URL 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"
    }
}