New Tab G
New tab goes to https://www.google.com.
What is New Tab G?
New Tab G is a Chrome extension developed by Gary S. Weaver, and its main feature is "New tab goes to https://www.google.com.".
Extension Screenshots
Download New Tab G Extension CRX File
Download New Tab G extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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/                     Extension Basic Information
| Name |   |  
| ID | nfkcmdcjnelhmnaippjpmbameoaploik | 
| Official URL | https://chromewebstore.google.com/detail/new-tab-g/nfkcmdcjnelhmnaippjpmbameoaploik | 
| Description | New tab goes to https://www.google.com. | 
| File Size | 4.53 KB | 
| Installation Count | 28 | 
| Current Version | 1.0.0 | 
| Last Updated | 2014-03-07 | 
| Publish Date | 2014-03-06 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | Gary S. Weaver | 
| Payment Type | free | 
| Extension Website | https://github.com/garysweaver/newtabg/ | 
| Supported Languages | 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"
}  |  |