Cash Clock
Visualize your time left to rush that project
Что такое Cash Clock?
Cash Clock - это расширение Chrome, разработанное Unknown, и его основная функция - "Visualize your time left to rush that project".
Снимки экрана расширения
Скачать файл CRX расширения Cash Clock
Скачайте файлы расширений 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 |
Официальный 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" ] } |