My New Tab

Replace newtab with any url & keep the addres bar clean!

My New Tabとは何ですか?

My New TabはPerfect Thingsによって開発されたChromeの拡張機能で、その主な機能は「Replace newtab with any url & keep the addres bar clean!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Replace your new tab with any url keeping the address bar clean!

The html page is injected to an iframe, so there is one requirement:
the line below must be placed in  of the injected page:

This will make the links to open in the top frame and everything should work great!                    

拡張機能の基本情報

名前 My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
公式URL https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
説明 Replace newtab with any url & keep the addres bar clean!
ファイルサイズ 14.71 KB
インストール数 43
現在のバージョン 2.1
最終更新日 2015-02-10
公開日 2015-02-10
評価 3.00/5 合計 2 レビュー
開発者 Perfect Things
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tborychowski/mynewtab
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "version": "2.1",
    "description": "Replace newtab with any url & keep the addres bar clean!",
    "manifest_version": 2,
    "icons": {
        "128": "img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}