Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

什麼是Countdown to Christmas Day?

Countdown to Christmas Day是由Riccardo Andreatta開發的Chrome擴展程式,該擴展的主要功能是“Countdown to Christmas Day. It will works endlessly year after year, forever.”。

擴展截圖

screenshot
screenshot
screenshot

下載Countdown to Christmas Day擴展crx文件

下載Countdown to Christmas Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Would you like to know how many time is left to Christmas?

This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas.
It works endlessly, year after year, because of the developed algorithm.                    

擴展基本資訊

名稱 Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
官方網址 https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
簡介 Countdown to Christmas Day. It will works endlessly year after year, forever.
檔案大小 29.15 KB
安裝次數 734
目前版本 1.0.0
更新時間 2020-07-30
上架時間 2020-07-29
評分 4.00/5 共 3 次評分
開發者 Riccardo Andreatta
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
說明頁面URL https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to Christmas Day",
    "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}