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
官方網址 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' "
}