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