New Tab Clock
Replaces the New Tab page with a simple customizable clock.
What is New Tab Clock?
New Tab Clock is a Chrome extension developed by https://leggett.org, and its main feature is "Replaces the New Tab page with a simple customizable clock.".
Extension Screenshots
Download New Tab Clock Extension CRX File
Download New Tab Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | New Tab Clock |
ID | ljpapphpgkmigobbbakmnfoohclifanm |
Official URL | https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm |
Description | Replaces the New Tab page with a simple customizable clock. |
File Size | 73.84 KB |
Installation Count | 10,000 |
Current Version | 2.7 |
Last Updated | 2021-03-19 |
Publish Date | 2019-10-15 |
Rating | 3.89/5 Total 190 Ratings |
Developer | https://leggett.org |
[email protected] | |
Payment Type | free |
Extension Website | http://leggett.org |
Privacy Policy Page URL | https://simpl.fyi/privacy |
Supported Languages | 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' " } |