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 |
Eメール | [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" } |