Stay Hydrated
Be reminded to drink water and keep you body hydrated.
Stay Hydrated क्या है?
Stay Hydrated publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be reminded to drink water and keep you body hydrated."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stay Hydrated एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An easy way to help you remember to drink more water and stay healthy. Features: * set the timer value (between 1 and 60 minutes - preconfigured with 30 minutes) * configure to show a notification message * configure to play a notification sound * configure to restart automatically after timer ends * configure to start automatically when Chrome is opened * configure to show the remaining time in the extension's badge What's new: 1.2.1: * Added "s" (as seconds) and "m" (as minutes) to the badge 1.2.0: * Added functionality to restart the timer * Added functionality to stop the timer * Added context menu items to restart and stop the timer 1.1.0: * Added functionality to play a notification sound when the timer ends Known issues/limitations: * notifications won't work in Incognito mode Terms of Use: All notification sounds by Notification sounds [https://notificationsounds.com/] are licensed under CC BY 4.0 [https://creativecommons.org/licenses/by/4.0/]
एक्सटेंशन की मूल जानकारी
नाम | Stay Hydrated |
ID | dhjpbmmabnabnhebjfkfcnnaajdlapal |
आधिकारिक URL | https://chromewebstore.google.com/detail/stay-hydrated/dhjpbmmabnabnhebjfkfcnnaajdlapal |
विवरण | Be reminded to drink water and keep you body hydrated. |
फ़ाइल का आकार | 269 KB |
स्थापना संख्या | 520 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2018-04-11 |
प्रकाशन तिथि | 2018-04-11 |
रेटिंग | 4.00/5 कुल 14 रेटिंग्स |
डेवलपर | publisher |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stay Hydrated", "description": "Be reminded to drink water and keep you body hydrated.", "permissions": [ "storage", "notifications", "contextMenus" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.2.1", "options_page": "options.html", "browser_action": { "default_title": "Stay Hydrated", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "offline_enabled": true, "content_security_policy": "script-src 'self'; object-src 'self'" } |