New Tab G

New tab goes to https://www.google.com.

什么是New Tab G?

New Tab G是由Gary S. Weaver开发的Chrome扩展程序,该扩展的主要功能是“New tab goes to https://www.google.com.”。

扩展截图

screenshot

下载New Tab G扩展crx文件

下载New Tab G扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Free, MIT-licensed, open, minimalistic Chrome extension that only opens https://www.google.com in your new tabs. No Chromium permissions required. Source/project available at https://github.com/garysweaver/newtabg/                    

扩展基本信息

名称 New Tab G New Tab G
ID nfkcmdcjnelhmnaippjpmbameoaploik
官方URL https://chromewebstore.google.com/detail/new-tab-g/nfkcmdcjnelhmnaippjpmbameoaploik
简介 New tab goes to https://www.google.com.
文件大小 4.53 KB
安装次数 28
当前版本 1.0.0
更新时间 2014-03-07
上架时间 2014-03-06
评分 5.00/5 共1次评分
开发者 Gary S. Weaver
付费类型 free
扩展官网 https://github.com/garysweaver/newtabg/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab G",
    "version": "1.0.0",
    "description": "New tab goes to https:\/\/www.google.com.",
    "chrome_url_overrides": {
        "newtab": "newtabg.html"
    },
    "incognito": "split",
    "minimum_chrome_version": "22"
}