New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Wat is New Tab Clock?

New Tab Clock is een Chrome-extensie ontwikkeld door https://leggett.org, en de belangrijkste functie is "Replaces the New Tab page with a simple customizable clock.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Clock

Download New Tab Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
Officiële URL https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Beschrijving Replaces the New Tab page with a simple customizable clock.
Bestandsgrootte 73.84 KB
Aantal Installaties 10,000
Huidige Versie 2.7
Laatst Bijgewerkt 2021-03-19
Publicatiedatum 2019-10-15
Beoordeling 3.89/5 Totaal 190 Beoordelingen
Ontwikkelaar https://leggett.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://leggett.org
URL van de Privacybeleid Pagina https://simpl.fyi/privacy
Ondersteunde Talen 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' "
}