DateTime new tab page

Override the new tab page with time and date

Wat is DateTime new tab page?

DateTime new tab page is een Chrome-extensie ontwikkeld door Meosit, en de belangrijkste functie is "Override the new tab page with time and date".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DateTime new tab page

Download DateTime new tab page-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

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

Basisinformatie over de Extensie

Naam DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
Officiële URL https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Beschrijving Override the new tab page with time and date
Bestandsgrootte 24.6 KB
Aantal Installaties 36
Huidige Versie 1.0.0
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2018-10-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Meosit
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}