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
公式URL 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'"
}