Cash Clock
Visualize your time left to rush that project
Cash Clock क्या है?
Cash Clock Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize your time left to rush that project"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cash Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |