stretchy
An extension to set timed intervals to take a break and stretch
Что такое stretchy?
stretchy - это расширение Chrome, разработанное Wangden Sherpa, и его основная функция - "An extension to set timed intervals to take a break and stretch".
Снимки экрана расширения
Скачать файл CRX расширения stretchy
Скачайте файлы расширений stretchy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Reminds you to stretch at intervals that you set. You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.
Основная информация о расширении
Название | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
Официальный URL | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Описание | An extension to set timed intervals to take a break and stretch |
Размер файла | 471 KB |
Количество установок | 84 |
Текущая Версия | 0.0.5 |
Последнее Обновление | 2020-11-11 |
Дата публикации | 2020-11-02 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Wangden Sherpa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stretchy", "version": "0.0.5", "description": "An extension to set timed intervals to take a break and stretch", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "16icon.png", "48": "48icon.png", "128": "128icon.png" }, "default_popup": "popup.html", "default_title": "Stretch From Home" }, "permissions": [ "notifications", "alarms", "storage", "background" ] } |