Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Что такое Breathe?
Breathe - это расширение Chrome, разработанное Path Seventeen, и его основная функция - "A Firefox WebExtension reminding you to breathe, or anything else.".
Снимки экрана расширения
Скачать файл CRX расширения Breathe
Скачайте файлы расширений Breathe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.
Основная информация о расширении
Название | Breathe |
ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
Официальный URL | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
Описание | A Firefox WebExtension reminding you to breathe, or anything else. |
Размер файла | 59.69 KB |
Количество установок | 36 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2017-03-27 |
Дата публикации | 2017-03-27 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Path Seventeen |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/prtksxna/breathe |
URL страницы помощи | https://github.com/prtksxna/breathe/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Breathe", "version": "1.2.0", "description": "A Firefox WebExtension reminding you to breathe, or anything else.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "settings\/settings.html" }, "permissions": [ "storage" ] } |