DateTime new tab page

Override the new tab page with time and date

Qu'est-ce que DateTime new tab page ?

DateTime new tab page est une extension Chrome développée par Meosit, et sa fonction principale est "Override the new tab page with time and date".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DateTime new tab page

Téléchargez les fichiers d'extension DateTime new tab page 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

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

Informations de Base sur l'Extension

Nom DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
URL Officiel https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Description Override the new tab page with time and date
Taille du Fichier 24.6 KB
Nombre d'Installations 36
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-02-16
Date de Publication 2018-10-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Meosit
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}