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
Eメール [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' "
}