New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

什麼是New Tab Countdown?

New Tab Countdown是由Sebastian Liu開發的Chrome擴展程式,該擴展的主要功能是“Countdown time remaining in the day, week, month, year, or a custom date.”。

擴展截圖

screenshot

下載New Tab Countdown擴展crx文件

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

擴展使用說明

                        New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.                    

擴展基本資訊

名稱 New Tab Countdown New Tab Countdown
ID pbeiaielhjhfdpnonbbincehnanaehon
官方網址 https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon
簡介 Countdown time remaining in the day, week, month, year, or a custom date.
檔案大小 1.07 MB
安裝次數 1,896
目前版本 2.3.3
更新時間 2019-03-22
上架時間 2019-03-22
評分 4.41/5 共 27 次評分
開發者 Sebastian Liu
付費類型 free
擴展官網 https://new-tab-countdown.github.io/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Countdown",
    "description": "Countdown time remaining in the day, week, month, year, or a custom date.",
    "version": "2.3.3",
    "manifest_version": 2,
    "icons": {
        "48": "extension-icons\/Clock-48.png",
        "128": "extension-icons\/Clock-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}