Minimal Clock

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

Vad är Minimal Clock?

Minimal Clock är en Chrome-tillägg utvecklad av Tech Newton, och dess huvudfunktion är "Displays the current time and date with a changing background gradient.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Minimal Clock-förlängningens CRX-fil

Ladda ner Minimal Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
Officiell webbadress https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
Beskrivning Displays the current time and date with a changing background gradient.
Filstorlek 6.14 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2023-05-03
Publiceringsdatum 2023-05-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Tech Newton
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}