DateTime new tab page

Override the new tab page with time and date

Cos'è DateTime new tab page?

DateTime new tab page è un'estensione di Chrome sviluppata da Meosit, e la sua funzione principale è "Override the new tab page with time and date".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DateTime new tab page

Scarica i file di estensione DateTime new tab page 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

                        Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)                    

Informazioni di Base sull'Estensione

Nome DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
URL Ufficiale https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Descrizione Override the new tab page with time and date
Dimensione del File 24.6 KB
Conteggio Installazioni 36
Versione Corrente 1.0.0
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2018-10-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Meosit
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DateTime new tab page",
    "description": "Override the new tab page with time and date",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}