Posture Reminder
Reminders to periodically correct your posture.
Что такое Posture Reminder?
Posture Reminder - это расширение Chrome, разработанное https://adamgonen.com, и его основная функция - "Reminders to periodically correct your posture.".
Снимки экрана расширения
Скачать файл CRX расширения Posture Reminder
Скачайте файлы расширений Posture Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer. Features: - Built-in On/Off switch - Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours). - Non-obtrusive reminders
Основная информация о расширении
Название | Posture Reminder |
ID | kjfkmlhcgelgmepdemdhkgioggaffibj |
Официальный URL | https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj |
Описание | Reminders to periodically correct your posture. |
Размер файла | 15.17 KB |
Количество установок | 10,981 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2022-07-02 |
Дата публикации | 2020-03-31 |
Рейтинг | 2.79/5 Всего 24 оценок |
Разработчик | https://adamgonen.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Posture Reminder", "version": "1.2.0", "manifest_version": 2, "author": "Adam Gonen", "description": "Reminders to periodically correct your posture.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "alarms", "background", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "PostureReminder", "default_popup": "popup.html", "default_icon": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |