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.」です。
拡張機能のスクリーンショット
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 |
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" } |