Digital Clock

Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.

ما هو Digital Clock؟

Digital Clock هو إضافة Chrome تم تطويرها بواسطة https://digital-clock-tab.com، والميزة الرئيسية لها هي "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

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

screenshot

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

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

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

                        The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces.

Features :
★ Modern digital clock interface
★ Display current location temperature
★ Avoid distractions and improve focus

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

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

الاسم Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
عنوان URL الرسمي https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
الوصف Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
حجم الملف 661 KB
عدد التثبيتات 46,160
النسخة الحالية 1.0.2
آخر تحديث 2023-04-13
تاريخ النشر 2022-11-28
تقييم 5.00/5 مجموع تقييمات 1
المطور https://digital-clock-tab.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://digital-clock-tab.com/
عنوان صفحة سياسة الخصوصية https://questa.mobi/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Clock",
    "short_name": "Digital Clock",
    "version": "1.0.2",
    "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Digital Clock"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "geolocation"
    ]
}