Minimalistic New Tab

Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.

Minimalistic New Tabとは何ですか?

Minimalistic New Tabはsmenigatによって開発されたChromeの拡張機能で、その主な機能は「Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience.

Features:
- Clock showing the current time
- Background image freely choosable (any Unsplash image you want)                    

拡張機能の基本情報

名前 Minimalistic New Tab Minimalistic New Tab
ID hlalpbapamklikbknbjjbjhoaeeohlck
公式URL https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck
説明 Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
ファイルサイズ 554 KB
インストール数 48
現在のバージョン 1.1
最終更新日 2019-08-26
公開日 2019-08-26
開発者 smenigat
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalistic New Tab",
    "version": "1.1",
    "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}