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 |
官方URL | 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" } |