New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Cos'è New Tab Clock?

New Tab Clock è un'estensione di Chrome sviluppata da https://leggett.org, e la sua funzione principale è "Replaces the New Tab page with a simple customizable clock.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Tab Clock

Scarica i file di estensione New Tab Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Descrizione Replaces the New Tab page with a simple customizable clock.
Dimensione del File 73.84 KB
Conteggio Installazioni 10,000
Versione Corrente 2.7
Ultimo Aggiornamento 2021-03-19
Data di Pubblicazione 2019-10-15
Valutazione 3.89/5 Totale 190 Valutazioni
Sviluppatore https://leggett.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://leggett.org
URL della Pagina della Politica sulla Privacy https://simpl.fyi/privacy
Lingue Supportate 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' "
}