Simple New Tab Page

Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy

Simple New Tab Pageとは何ですか?

Simple New Tab PageはcTnによって開発されたChromeの拡張機能で、その主な機能は「Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate.

Enjoy                    

拡張機能の基本情報

名前 Simple New Tab Page Simple New Tab Page
ID mbnpppbcofpbimjeccbeecjempaneinl
公式URL https://chromewebstore.google.com/detail/simple-new-tab-page/mbnpppbcofpbimjeccbeecjempaneinl
説明 Very simple, fast and reliable alternative to original New Tab Page from Google which so many of us both love and hate. Enjoy
ファイルサイズ 116 KB
インストール数 59
現在のバージョン 0.4
最終更新日 2015-04-04
公開日 2015-04-04
評価 3.00/5 合計 2 レビュー
開発者 cTn
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "version": "0.4",
    "author": "cTn",
    "name": "Simple New Tab Page",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "topSites",
        "management",
        "sessions",
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    }
}