Days Left New Tab

A new tab page shows you the flying of time

什麼是Days Left New Tab?

Days Left New Tab是由chris.h.peng開發的Chrome擴展程式,該擴展的主要功能是“A new tab page shows you the flying of time”。

擴展截圖

screenshot
screenshot
screenshot

下載Days Left New Tab擴展crx文件

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

擴展使用說明

                        1.1.0 Add "everyday mode". 

The passage of time is just like the flow of water ,which goes on day and night.   --Confucious
Time waits for no one.
Enjoy it.                    

擴展基本資訊

名稱 Days Left New Tab Days Left New Tab
ID emdccdmkpdcjbbeifnhmjieikaibegjn
官方網址 https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn
簡介 A new tab page shows you the flying of time
檔案大小 15.57 KB
安裝次數 17
目前版本 1.1.0
更新時間 2019-04-29
上架時間 2019-04-29
評分 5.00/5 共 1 次評分
開發者 chris.h.peng
付費類型 free
擴展官網 https://github.com/chris-peng/days-left-new-tab
說明頁面URL https://github.com/chris-peng/days-left-new-tab
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_pluginName__",
    "short_name": "__MSG_shortName__",
    "version": "1.1.0",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "__MSG_shortName__: __MSG_pluginDesc__"
    },
    "permissions": [
        "storage",
        "http:\/\/suggestion.baidu.com\/"
    ],
    "homepage_url": "https:\/\/github.com\/chris-peng\/days-left-new-tab",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}