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
Eメール [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"
    }
}