Water Reminder

A Water Reminder and Tracking Extension which shows desktop notifications.

Water Reminder क्या है?

Water Reminder Divin Divakaran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Water Reminder and Tracking Extension which shows desktop notifications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Water Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a simple and light weight extension for tracking water intake daily. The app will give you notifications on desired time intervals. You can change the notification message, notification interval, notification sound etc.                    

एक्सटेंशन की मूल जानकारी

नाम Water Reminder Water Reminder
ID hgipnfbocicekiedonjljfceicobdfgo
आधिकारिक URL https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo
विवरण A Water Reminder and Tracking Extension which shows desktop notifications.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 2,061
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-04-19
प्रकाशन तिथि 2018-04-19
रेटिंग 3.57/5 कुल 14 रेटिंग्स
डेवलपर Divin Divakaran
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/divindvm/WaterReminder-ChromeExtension
सहायता पृष्ठ URL https://github.com/divindvm/WaterReminder-ChromeExtension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Water Reminder",
    "version": "1.2",
    "author": "Divin Divakaran",
    "homepage_url": "https:\/\/github.com\/divindvm\/WaterReminder-ChromeExtension",
    "description": "A Water Reminder and Tracking Extension which shows desktop notifications.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "notification_options.html",
    "background": {
        "scripts": [
            "notification_background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}