My New Tab

Create your own personalized New Tab page using a custom URL or simply a plain color.

My New Tabとは何ですか?

My New TabはDominic Lacailleによって開発されたChromeの拡張機能で、その主な機能は「Create your own personalized New Tab page using a custom URL or simply a plain color.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Create your own personalized New Tab page using a custom URL or simply a plain color.

Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently.

With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page!

This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.                    

拡張機能の基本情報

名前 My New Tab My New Tab
ID hkamannimdppjgaefkfadajfacnajmoe
公式URL https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe
説明 Create your own personalized New Tab page using a custom URL or simply a plain color.
ファイルサイズ 124 KB
インストール数 127
現在のバージョン 1.0.1
最終更新日 2014-01-16
公開日 2014-01-15
評価 4.18/5 合計 11 レビュー
開発者 Dominic Lacaille
支払い方法 free
対応言語 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "frame.html"
    },
    "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My New Tab",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}