Hydrate yourself
It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
什麼是Hydrate yourself?
Hydrate yourself是由Jeroen Peters開發的Chrome擴展程式,該擴展的主要功能是“It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.”。
擴展截圖
下載Hydrate yourself擴展crx文件
下載Hydrate yourself擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool helps you to take a few glasses of water during the day"
擴展基本資訊
名稱 | Hydrate yourself |
ID | nmccnjbglgkjdhkabajmahgleboedloo |
官方網址 | https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo |
簡介 | It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind. |
檔案大小 | 31.52 KB |
安裝次數 | 138 |
目前版本 | 1.0 |
更新時間 | 2020-06-02 |
上架時間 | 2020-06-02 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Jeroen Peters |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
支援的語言 | 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" } |