BWNT - New Tab

Minimalist New Tab page.

BWNT - New Tabとは何ですか?

BWNT - New Tabはhttps://erikboesen.comによって開発されたChromeの拡張機能で、その主な機能は「Minimalist New Tab page.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A gorgeous hyperminimalistic new tab page featuring a clock and date.

Features:
- 12- and 24-hour time
- Date (can be hidden or shown)
- 5 beautiful themes: light, night, (full) dark, material, and light-blue.
- Option to use a custom image in the background.
- Option to rotate between light and night themes based on time of day

This project is on GitHub! https://github.com/ErikBoesen/BWNT                    

拡張機能の基本情報

名前 BWNT - New Tab BWNT - New Tab
ID doiinciigjmmlnbehjjjkeoamihggkba
公式URL https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba
説明 Minimalist New Tab page.
ファイルサイズ 39.74 KB
インストール数 2,103
現在のバージョン 2.1.1
最終更新日 2018-03-20
公開日 2018-03-20
評価 4.52/5 合計 29 レビュー
開発者 https://erikboesen.com
Eメール [email protected]
支払い方法 free
対応言語 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "2.1.1",
    "short_name": "BWNT",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "res\/icon.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "36.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}