Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Yet Another New Tab Pageとは何ですか?

Yet Another New Tab PageはBrian Mockによって開発されたChromeの拡張機能で、その主な機能は「It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…」です。

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

screenshot

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

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

拡張機能の使用方法

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

拡張機能の基本情報

名前 Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
公式URL https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
説明 It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
ファイルサイズ 9.39 KB
インストール数 194
現在のバージョン 21.0
最終更新日 2017-11-19
公開日 2017-11-19
評価 4.43/5 合計 14 レビュー
開発者 Brian Mock
支払い方法 free
拡張機能のウェブサイト https://github.com/wavebeem/yantp
ヘルプページのURL https://github.com/wavebeem/yantp
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}