Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Что такое Countdown?
Countdown - это расширение Chrome, разработанное Alan Chen, и его основная функция - "“If you live each day as if it were your last, someday you’ll most certainly be right.”".
Снимки экрана расширения
Скачать файл CRX расширения Countdown
Скачайте файлы расширений Countdown в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion. Good Luck. This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts. Thank you to Awesome Fonts for providing the icons.
Основная информация о расширении
Название | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
Официальный URL | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
Описание | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
Размер файла | 607 KB |
Количество установок | 384 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-09-19 |
Дата публикации | 2016-09-19 |
Рейтинг | 3.70/5 Всего 10 оценок |
Разработчик | Alan Chen |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d", "version": "1.1", "incognito": "split", "background": { "persistent": false, "scripts": [ "countdown.js" ] }, "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "chrome_url_overrides": { "newtab": "countdown.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |