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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |