Empty New Tab Page

With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.

Empty New Tab Pageとは何ですか?

Empty New Tab Pageは✰✰✰✰✰✰によって開発されたChromeの拡張機能で、その主な機能は「With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Empty New Tab Page Empty New Tab Page
ID ldnoknppacjpejoacooogblpenmdligp
公式URL https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp
説明 With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
ファイルサイズ 6.71 KB
インストール数 103
現在のバージョン 1.1.2
最終更新日 2016-01-16
公開日 2016-01-16
評価 5.00/5 合計 1 レビュー
開発者 ✰✰✰✰✰✰
支払い方法 free
対応言語 de,en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "empty_newtab.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}