Days Left New Tab

A new tab page shows you the flying of time

What is Days Left New Tab?

Days Left New Tab is a Chrome extension developed by chris.h.peng, and its main feature is "A new tab page shows you the flying of time".

Extension Screenshots

screenshot
screenshot
screenshot

Download Days Left New Tab Extension CRX File

Download Days Left New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Days Left New Tab Days Left New Tab
ID emdccdmkpdcjbbeifnhmjieikaibegjn
Official URL https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn
Description A new tab page shows you the flying of time
File Size 15.57 KB
Installation Count 17
Current Version 1.1.0
Last Updated 2019-04-29
Publish Date 2019-04-29
Rating 5.00/5 Total 1 Ratings
Developer chris.h.peng
Payment Type free
Extension Website https://github.com/chris-peng/days-left-new-tab
Help Page URL https://github.com/chris-peng/days-left-new-tab
Supported Languages 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'"
}