Cash Clock

Visualize your time left to rush that project

Cash Clock là gì?

Cash Clock 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à "Visualize your time left to rush that project".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Cash Clock 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 simplest motivational time tracker. Displays the number of days left to live before your cash is out.

Whether you are launching a startup, a blog, a t-shirt brand, a music band or whatever, you don’t make enough money at first.

This adventure is limited by the amount of cash you have right now. Therefore you are limited in time by your cash consumption.

Track this time left using this Chrome extension :rocket:

The images change every hour. **Never get bored.**

They are loaded using 3 levels of detail to have a smooth and beautiful experience:

- a fast but low quality image
- a medium quality image
- a spectacular high quality image

Follow me on twitter: https://twitter.com/Orbmancer
Contribute on the GitHub project: https://github.com/Orbmancer/cash-clock                    

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

Tên Cash Clock Cash Clock
ID kfdiindhinmfgpchkhodaibecjmbcbfp
URL Chính Thức https://chromewebstore.google.com/detail/cash-clock/kfdiindhinmfgpchkhodaibecjmbcbfp
Mô tả Visualize your time left to rush that project
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-05-10
Ngày Phát Hành 2017-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cash Clock",
    "version": "1.0.2",
    "description": "Visualize your time left to rush that project",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Update your cash flow here !"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}