New Tab Clock

Replaces the New Tab page with a simple customizable clock.

什么是New Tab Clock?

New Tab Clock是由https://leggett.org开发的Chrome扩展程序,该扩展的主要功能是“Replaces the New Tab page with a simple customizable clock.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载New Tab Clock扩展crx文件

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

扩展使用说明

                        ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date. 

PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.

SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.                    

扩展基本信息

名称 New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
官方URL https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
简介 Replaces the New Tab page with a simple customizable clock.
文件大小 73.84 KB
安装次数 10,000
当前版本 2.7
更新时间 2021-03-19
上架时间 2019-10-15
评分 3.89/5 共190次评分
开发者 https://leggett.org
电子邮箱 [email protected]
付费类型 free
扩展官网 http://leggett.org
隐私政策页面URL https://simpl.fyi/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Clock",
    "version": "2.7",
    "description": "Replaces the New Tab page with a simple customizable clock.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
}