Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

Clean Tabとは何ですか?

Clean TabはAdam Howardによって開発されたChromeの拡張機能で、その主な機能は「An minimalistic and customizable New Tab page that replaces Chrome's default.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

拡張機能の基本情報

名前 Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
公式URL https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
説明 An minimalistic and customizable New Tab page that replaces Chrome's default.
ファイルサイズ 18.07 KB
インストール数 199
現在のバージョン 0.7
最終更新日 2017-02-19
公開日 2017-02-19
評価 4.75/5 合計 4 レビュー
開発者 Adam Howard
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://goo.gl/8Bb8wI
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}