Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Что такое Motivation??
Motivation? - это расширение Chrome, разработанное neilbedi, и его основная функция - "New tab extension inspired by the Motivation extension. Counts down not up.".
Снимки экрана расширения
Скачать файл CRX расширения Motivation?
Скачайте файлы расширений Motivation? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
Основная информация о расширении
Название | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Официальный URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Описание | New tab extension inspired by the Motivation extension. Counts down not up. |
Размер файла | 116 KB |
Количество установок | 124 |
Текущая Версия | 0.2 |
Последнее Обновление | 2015-07-13 |
Дата публикации | 2015-07-13 |
Рейтинг | 3.50/5 Всего 6 оценок |
Разработчик | neilbedi |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |