Minimal Clock

Displays the current time and date with a changing background gradient.

Qu'est-ce que Minimal Clock ?

Minimal Clock est une extension Chrome développée par Tech Newton, et sa fonction principale est "Displays the current time and date with a changing background gradient.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Minimal Clock

Téléchargez les fichiers d'extension Minimal 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

                        Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.                    

Informations de Base sur l'Extension

Nom Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
URL Officiel https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
Description Displays the current time and date with a changing background gradient.
Taille du Fichier 6.14 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-03
Date de Publication 2023-05-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tech Newton
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Clock",
    "version": "1.0",
    "description": "Displays the current time and date with a changing background gradient.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}