New Tab As Apps

Causes the new tab to default to the Apps view instead of the google splash view.

New Tab As Appsとは何ですか?

New Tab As Appsはhttp://holtstrom.comによって開発されたChromeの拡張機能で、その主な機能は「Causes the new tab to default to the Apps view instead of the google splash view.」です。

拡張機能のスクリーンショット

screenshot

New Tab As Apps拡張機能のCRXファイルをダウンロード

New Tab As Apps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        While installed, new tabs default to 'chrome://apps/'

Updated Dec 2019 because it stopped working. Fixed by changing url to pendingUrl.

This extension will always be free and will never have ads.

This extension was created in response to Chrome's Feb 2014 removal of the "Enable Instant Extended API" that let you default your new tab to the Apps view.

The source code is very simple and is posted online, so you can inspect it for yourself.

http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html

If you prefer, you can instead use my "Home Button At Top Right" extension (https://chrome.google.com/webstore/detail/home-button-at-top-right/bfejcgpdahgpmgadhgdadfiekmhgnifm) which lets you (via right-click Options) toggle on/off the new-tabs-as-apps feature.                    

拡張機能の基本情報

名前 New Tab As Apps New Tab As Apps
ID fmganoiddmbjfgmdpnkmiconhkbibilk
公式URL https://chrome.google.com/webstore/detail/new-tab-as-apps/fmganoiddmbjfgmdpnkmiconhkbibilk
説明 Causes the new tab to default to the Apps view instead of the google splash view.
ファイルサイズ 4.75 KB
インストール数 749
現在のバージョン 1.1
最終更新日 2020-11-24
公開日 2019-12-14
評価 4.93/5 合計 14 レビュー
開発者 http://holtstrom.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://holtstrom.com/michael/blog/post/486/New-Tab-As-Apps-Chrome-Extension.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab As Apps",
    "description": "Causes the new tab to default to the Apps view instead of the google splash view.",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}