New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Qu'est-ce que New Tab Clock ?

New Tab Clock est une extension Chrome développée par https://leggett.org, et sa fonction principale est "Replaces the New Tab page with a simple customizable clock.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Clock

Téléchargez les fichiers d'extension New Tab Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
URL Officiel https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Description Replaces the New Tab page with a simple customizable clock.
Taille du Fichier 73.84 KB
Nombre d'Installations 10,000
Version Actuelle 2.7
Dernière Mise à Jour 2021-03-19
Date de Publication 2019-10-15
Évaluation 3.89/5 Total 190 Évaluations
Développeur https://leggett.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://leggett.org
URL de la Page de Politique de Confidentialité https://simpl.fyi/privacy
Langues Prises en Charge 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' "
}