DayCountDown

show the countdown of day a new tab

什麼是DayCountDown?

DayCountDown是由ShulinChen開發的Chrome擴展程式,該擴展的主要功能是“show the countdown of day a new tab”。

擴展截圖

screenshot

下載DayCountDown擴展crx文件

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

擴展使用說明

                        countdown of the day in a new Tab to increase user's productivity.                    

擴展基本資訊

名稱 DayCountDown DayCountDown
ID gldjpdjepgkghlcbfmhgflhhefipahcb
官方網址 https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb
簡介 show the countdown of day a new tab
檔案大小 66.84 KB
安裝次數 29
目前版本 1.0.1
更新時間 2015-10-11
上架時間 2015-10-11
評分 3.40/5 共 5 次評分
開發者 ShulinChen
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DayCountDown",
    "version": "1.0.1",
    "description": "show the countdown of day a new tab",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "https:\/\/ssl.google-analytics.com\/ga.js",
        "*:\/\/*.googleapis.com\/*",
        "storage"
    ]
}