Cash Clock
Visualize your time left to rush that project
Cos'è Cash Clock?
Cash Clock è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Visualize your time left to rush that project".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cash Clock
Scarica i file di estensione Cash Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kfdiindhinmfgpchkhodaibecjmbcbfp |
URL Ufficiale | https://chromewebstore.google.com/detail/cash-clock/kfdiindhinmfgpchkhodaibecjmbcbfp |
Descrizione | Visualize your time left to rush that project |
Dimensione del File | 214 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-05-10 |
Data di Pubblicazione | 2017-05-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |