Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Vad är Breathe?
Breathe är en Chrome-tillägg utvecklad av Path Seventeen, och dess huvudfunktion är "A Firefox WebExtension reminding you to breathe, or anything else.".
Tilläggsskärmbilder
Ladda ner Breathe-förlängningens CRX-fil
Ladda ner Breathe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| Officiell webbadress | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| Beskrivning | A Firefox WebExtension reminding you to breathe, or anything else. |
| Filstorlek | 59.69 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2017-03-27 |
| Publiceringsdatum | 2017-03-27 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Path Seventeen |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/prtksxna/breathe |
| Hjälpsida URL | https://github.com/prtksxna/breathe/issues |
| Stödda Språk | 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"
]
} | |