Destato Clock +

Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.

ما هو Destato Clock +؟

Destato Clock + هو إضافة Chrome تم تطويرها بواسطة Coredes Interactive، والميزة الرئيسية لها هي "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Destato Clock +

قم بتنزيل ملفات الامتداد Destato Clock + بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Destato is a beautiful digital clock that pleases your eyes. It comes with an option to change colors of the background and text.

Main features
- Shows your current location
- Current Day / Month and Year in easily readable format 
- Customizable colors for text and background
- Clock as pop up (New)

Version 1.3
------------------
Added pop up for clock. so you can see the time from any tab                    

معلومات أساسية عن التمديد

الاسم Destato Clock + Destato Clock +
ID lfgoimkdajcjnjpjambieagncikogiop
عنوان URL الرسمي https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop
الوصف Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
حجم الملف 60.9 KB
عدد التثبيتات 257
النسخة الحالية 1.3
آخر تحديث 2020-02-09
تاريخ النشر 2020-02-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Coredes Interactive
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destato Clock +",
    "description": "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.",
    "version": "1.3",
    "permissions": [
        "https:\/\/www.google-analytics.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "files\/index.html"
    },
    "browser_action": {
        "default_popup": "files\/popup.html"
    },
    "short_name": "Destato Digital Clock",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}