Christmas Countdown New Tab Page

A nice Blue Christmas countdown timer for the current year, rather than the chrome default

ما هو Christmas Countdown New Tab Page؟

Christmas Countdown New Tab Page هو إضافة Chrome تم تطويرها بواسطة toxic، والميزة الرئيسية لها هي "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

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

screenshot

تحميل ملف CRX للإضافة Christmas Countdown New Tab Page

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

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

                        Christmas Countdown New Tab Page
Short name: xmas clock
Version 1.3 by toxic

RESOLUTION N/A

A simple Christmas Countdown Clock for the current year every time
you open a New Tab Page, better than the original huh! ;)

Looks extra nice when used with the Easy Blue Christmas Theme.
https://goo.gl/ADp4bZ

http://www.facebook.com/toxicthemesv2

Many Thanks
toxic

update note:
1.3 cleaned code to pull info straight from the website.
cleaner images.                    

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

الاسم Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
الوصف A nice Blue Christmas countdown timer for the current year, rather than the chrome default
حجم الملف 41.28 KB
عدد التثبيتات 462
النسخة الحالية 1.3
آخر تحديث 2018-03-01
تاريخ النشر 2018-03-01
تقييم 1.00/5 مجموع تقييمات 1
المطور toxic
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.facebook.com/toxicthemesv2
عنوان صفحة المساعدة http://www.facebook.com/toxicthemesv2
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Countdown New Tab Page",
    "short_name": "xmas clock",
    "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ccd.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}