Minimal Clock

Displays the current time and date with a changing background gradient.

Minimal Clockとは何ですか?

Minimal ClockはTech Newtonによって開発されたChromeの拡張機能で、その主な機能は「Displays the current time and date with a changing background gradient.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.                    

拡張機能の基本情報

名前 Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
公式URL https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
説明 Displays the current time and date with a changing background gradient.
ファイルサイズ 6.14 KB
インストール数 23
現在のバージョン 1.0
最終更新日 2023-05-03
公開日 2023-05-02
評価 5.00/5 合計 1 レビュー
開発者 Tech Newton
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Clock",
    "version": "1.0",
    "description": "Displays the current time and date with a changing background gradient.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}