Hydrate yourself
It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Cos'è Hydrate yourself?
Hydrate yourself è un'estensione di Chrome sviluppata da Jeroen Peters, e la sua funzione principale è "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hydrate yourself
Scarica i file di estensione Hydrate yourself 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
This tool helps you to take a few glasses of water during the day" Informazioni di Base sull'Estensione
| Nome | |
| ID | nmccnjbglgkjdhkabajmahgleboedloo |
| URL Ufficiale | https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo |
| Descrizione | It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind. |
| Dimensione del File | 31.52 KB |
| Conteggio Installazioni | 138 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-06-02 |
| Data di Pubblicazione | 2020-06-02 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Jeroen Peters |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"icons": {
"16": "water-16.png",
"48": "water-48.png",
"128": "water-128.png"
},
"permissions": [
"notifications"
],
"browser_action": {
"default_icon": "glass3.png",
"default_popup": "refill_button.html"
},
"background": {
"scripts": [
"js\/counter.js"
]
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"coffeecup128.png",
"cup15.png"
],
"options_page": "options\/index.html",
"default_locale": "en"
} | |