Remaining : A New Tab Extension

The coolest new tab extension which will tell you how much time is left in year, month, week and day.

Remaining : A New Tab Extension là gì?

Remaining : A New Tab Extension là một tiện ích mở rộng Chrome được phát triển bởi gauravmehla, và tính năng chính của nó là "The coolest new tab extension which will tell you how much time is left in year, month, week and day.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remaining : A New Tab Extension

Tải xuống các tệp mở rộng Remaining : A New Tab Extension 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

                        The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out.

Stay Motivated                    

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

Tên Remaining : A New Tab Extension Remaining : A New Tab Extension
ID nnkdehdcffmohpahglchigmmnmahpdjo
URL Chính Thức https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo
Mô tả The coolest new tab extension which will tell you how much time is left in year, month, week and day.
Kích Thước Tệp 816 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-05-06
Ngày Phát Hành 2018-05-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gauravmehla
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://gauravmehla.github.io/Remaining
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remaining : A New Tab Extension",
    "short_name": "Remaining : A New Tab Extension",
    "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": ".\/icons\/38.png"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "24": ".\/icons\/24.png",
        "32": ".\/icons\/32.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "256": ".\/icons\/256.png",
        "512": ".\/icons\/512.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.html"
    ]
}