Breathe
A Firefox WebExtension reminding you to breathe, or anything else.
Cos'è Breathe?
Breathe è un'estensione di Chrome sviluppata da Path Seventeen, e la sua funzione principale è "A Firefox WebExtension reminding you to breathe, or anything else.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Breathe
Scarica i file di estensione Breathe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| URL Ufficiale | https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa |
| Descrizione | A Firefox WebExtension reminding you to breathe, or anything else. |
| Dimensione del File | 59.69 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2017-03-27 |
| Data di Pubblicazione | 2017-03-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Path Seventeen |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/prtksxna/breathe |
| URL della Pagina di Aiuto | https://github.com/prtksxna/breathe/issues |
| Lingue Supportate | 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"
]
} | |