Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Co to jest Breathe?
Breathe to rozszerzenie Chrome opracowane przez Path Seventeen, a jego główną funkcją jest „A Firefox WebExtension reminding you to breathe, or anything else.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Breathe
Pobierz pliki rozszerzeń Breathe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Breathe |
ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
Oficjalny URL | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
Opis | A Firefox WebExtension reminding you to breathe, or anything else. |
Rozmiar pliku | 59.69 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2017-03-27 |
Data Publikacji | 2017-03-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Path Seventeen |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/prtksxna/breathe |
Adres URL Strony Pomocy | https://github.com/prtksxna/breathe/issues |
Obsługiwane Języki | 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" ] } |