Cash Clock

Visualize your time left to rush that project

¿Qué es Cash Clock?

Cash Clock es una extensión de Chrome desarrollada por Unknown, y su función principal es "Visualize your time left to rush that project".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Cash Clock

Descarga archivos de extensión Cash Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cash Clock Cash Clock
ID kfdiindhinmfgpchkhodaibecjmbcbfp
URL Oficial https://chromewebstore.google.com/detail/cash-clock/kfdiindhinmfgpchkhodaibecjmbcbfp
Descripción Visualize your time left to rush that project
Tamaño del Archivo 214 KB
Cantidad de Instalaciones 14
Versión Actual 1.0.2
Última Actualización 2017-05-10
Fecha de Publicación 2017-05-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    ]
}