Workweek Countdown

A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work

Workweek Countdown là gì?

Workweek Countdown là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Workweek Countdown

Tải xuống các tệp mở rộng Workweek Countdown 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

                        • Two display modes. Countdown mode shows how much time there is left till the weekend down to a millisecond. Percent mode precisely shows how many percent of a work week is still left
• Flexible work week schedule settings. You can customize your working days and when your working day starts and ends                    

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

Tên Workweek Countdown Workweek Countdown
ID cpabjedmfklidenaehheidohkklfhfjk
URL Chính Thức https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk
Mô tả A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work
Kích Thước Tệp 96.98 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-07-03
Ngày Phát Hành 2016-07-03
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workweek Countdown",
    "short_name": "Workweek CD",
    "description": "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}