Cash Clock
Visualize your time left to rush that project
什麼是Cash Clock?
Cash Clock是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Visualize your time left to rush that project”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | kfdiindhinmfgpchkhodaibecjmbcbfp |
官方網址 | 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" ] } |