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
电子邮箱 [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"
    }
}