Days Left New Tab

A new tab page shows you the flying of time

Days Left New Tab là gì?

Days Left New Tab là một tiện ích mở rộng Chrome được phát triển bởi chris.h.peng, và tính năng chính của nó là "A new tab page shows you the flying of time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Days Left New Tab

Tải xuống các tệp mở rộng Days Left New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Days Left New Tab Days Left New Tab
ID emdccdmkpdcjbbeifnhmjieikaibegjn
URL Chính Thức https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn
Mô tả A new tab page shows you the flying of time
Kích Thước Tệp 15.57 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-04-29
Ngày Phát Hành 2019-04-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chris.h.peng
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chris-peng/days-left-new-tab
URL Trang Trợ Giúp https://github.com/chris-peng/days-left-new-tab
Ngôn Ngữ Được Hỗ Trợ 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'"
}