Minimal Clock

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

Hvad er Minimal Clock?

Minimal Clock er en Chrome-udvidelse udviklet af Tech Newton, og dens hovedfunktion er "Displays the current time and date with a changing background gradient.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Minimal Clock-udvidelses-CRX-fil

Download Minimal Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
Officiel URL https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
Beskrivelse Displays the current time and date with a changing background gradient.
Filstørrelse 6.14 KB
Antal Installationer 23
Nuværende Version 1.0
Senest Opdateret 2023-05-03
Udgivelsesdato 2023-05-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Tech Newton
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}