Time Tab

Minimalist new tab clock, with customizable background.

什么是Time Tab?

Time Tab是由https://nathanwentworth.co开发的Chrome扩展程序,该扩展的主要功能是“Minimalist new tab clock, with customizable background.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Time Tab扩展crx文件

下载Time Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

扩展基本信息

名称 Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
官方URL https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
简介 Minimalist new tab clock, with customizable background.
文件大小 12.92 KB
安装次数 3,719
当前版本 1.5.1
更新时间 2019-02-09
上架时间 2019-02-09
评分 4.65/5 共23次评分
开发者 https://nathanwentworth.co
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://twitter.com/nathanwentworth
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}