New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Was ist New Tab Clock?

New Tab Clock ist eine Chrome-Erweiterung, die von https://leggett.org entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the New Tab page with a simple customizable clock.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

New Tab Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
Offizielle URL https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Beschreibung Replaces the New Tab page with a simple customizable clock.
Dateigröße 73.84 KB
Installationsanzahl 10,000
Aktuelle Version 2.7
Letztes Update 2021-03-19
Veröffentlichungsdatum 2019-10-15
Bewertung 3.89/5 Insgesamt 190 Bewertungen
Entwickler https://leggett.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://leggett.org
URL der Datenschutzrichtlinien-Seite https://simpl.fyi/privacy
Unterstützte Sprachen 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' "
}