Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

ما هو Beautiful Digital Clock with Greetings؟

Beautiful Digital Clock with Greetings هو إضافة Chrome تم تطويرها بواسطة Naruth Kongurai، والميزة الرئيسية لها هي "A beautiful new tab page that displays a digital 12-hour format clock.".

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

screenshot
screenshot
screenshot

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

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

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

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

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

الاسم Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
عنوان URL الرسمي https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
الوصف A beautiful new tab page that displays a digital 12-hour format clock.
حجم الملف 55.11 KB
عدد التثبيتات 83
النسخة الحالية 1.0
آخر تحديث 2018-09-25
تاريخ النشر 2018-09-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Naruth Kongurai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.naruthk.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}