Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
Что такое Motivation Todo list with age counter.?
Motivation Todo list with age counter. - это расширение Chrome, разработанное wojciech.kokorzycki, и его основная функция - "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".
Снимки экрана расширения
Скачать файл CRX расширения Motivation Todo list with age counter.
Скачайте файлы расширений Motivation Todo list with age counter. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
Официальный URL | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Описание | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
Размер файла | 489 KB |
Количество установок | 44 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2017-03-18 |
Дата публикации | 2017-03-18 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | wojciech.kokorzycki |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |