Minimal Clock
Displays the current time and date with a changing background gradient.
ما هو Minimal Clock؟
Minimal Clock هو إضافة Chrome تم تطويرها بواسطة Tech Newton، والميزة الرئيسية لها هي "Displays the current time and date with a changing background gradient.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal Clock
قم بتنزيل ملفات الامتداد Minimal Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Minimal Clock |
ID | kfpkibiagbfmimgiojjmjnbcgnndaboa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa |
الوصف | Displays the current time and date with a changing background gradient. |
حجم الملف | 6.14 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-05-03 |
تاريخ النشر | 2023-05-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Tech Newton |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |