Anti-Sedentary Desktop Reminder
This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Что такое Anti-Sedentary Desktop Reminder?
Anti-Sedentary Desktop Reminder - это расширение Chrome, разработанное jin.alex, и его основная функция - "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".
Снимки экрана расширения
Скачать файл CRX расширения Anti-Sedentary Desktop Reminder
Скачайте файлы расширений Anti-Sedentary Desktop Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A learning project.
Основная информация о расширении
Название | |
ID | occnmkldimeeohichfkokhangifpbdgf |
Официальный URL | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
Описание | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
Размер файла | 295 KB |
Количество установок | 216 |
Текущая Версия | 0.9 |
Последнее Обновление | 2017-03-05 |
Дата публикации | 2017-03-05 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | jin.alex |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-Sedentary Desktop Reminder", "version": "0.9", "manifest_version": 2, "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.", "browser_action": { "default_icon": "images\/sitting.png", "default_title": "Get Up", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "images\/man41.png" }, "permissions": [ "alarms", "notifications", "storage", "background" ] } |