Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Wat is Breathe?
Breathe is een Chrome-extensie ontwikkeld door Path Seventeen, en de belangrijkste functie is "A Firefox WebExtension reminding you to breathe, or anything else.".
Extensie Screenshots
Download het CRX-bestand van de extensie Breathe
Download Breathe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| Officiële URL | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| Beschrijving | A Firefox WebExtension reminding you to breathe, or anything else. |
| Bestandsgrootte | 59.69 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2017-03-27 |
| Publicatiedatum | 2017-03-27 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Path Seventeen |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/prtksxna/breathe |
| Help Pagina-URL | https://github.com/prtksxna/breathe/issues |
| Ondersteunde Talen | 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"
]
} | |