Hydrate yourself
It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Apa itu Hydrate yourself?
Hydrate yourself adalah ekstensi Chrome yang dikembangkan oleh Jeroen Peters, dan fitur utamanya adalah "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hydrate yourself
Unduh file ekstensi Hydrate yourself dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This tool helps you to take a few glasses of water during the day"
Informasi Dasar Ekstensi
Nama | Hydrate yourself |
ID | nmccnjbglgkjdhkabajmahgleboedloo |
URL Resmi | https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo |
Deskripsi | It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind. |
Ukuran File | 31.52 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-06-02 |
Tanggal Publikasi | 2020-06-02 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Jeroen Peters |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
Bahasa yang Didukung | 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" } |