Cash Clock

Visualize your time left to rush that project

Cash Clockとは何ですか?

Cash ClockはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Visualize your time left to rush that project」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cash Clock拡張機能のCRXファイルをダウンロード

Cash Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Cash Clock Cash Clock
ID kfdiindhinmfgpchkhodaibecjmbcbfp
公式URL https://chromewebstore.google.com/detail/cash-clock/kfdiindhinmfgpchkhodaibecjmbcbfp
説明 Visualize your time left to rush that project
ファイルサイズ 214 KB
インストール数 14
現在のバージョン 1.0.2
最終更新日 2017-05-10
公開日 2017-05-10
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    ]
}