water the mint plant

a drink water reminder

water the mint plant क्या है?

water the mint plant Jack Yen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a drink water reminder"।

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

screenshot
screenshot

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

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

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

                        A FUNNY DRINK REMINDER
'water the mint plant' reminds you to drink enough water which keeps you healthy and helps you lose weight.
You will need to water the plant every 60 minutes, get yourself a cup of water(180ml - 220ml) every time you click the watering can.
If you want to stop the reminder, simply click the sun(or moon) switch between day and night. Everything will pause at night.
The mint plant will get more and more leaves if you keep watering it.

KEY FEATURES:
*the budge indicates  how many minutes have been past from last drink
*the leaves will fall gradually if you don't water the plant on time
*send you notifications when the plant needs water  
*you can pause the timer by switching  to night
*the plant will reset automatically once it got 1500 leaves

Thanks to my girlfriend, 江梓青女士. The little mint plant on her balcony is the inspiration for this extension, and she always urges me to drink water like a mummy.                    

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

नाम water the mint plant water the mint plant
ID hdjfjgggdfonkkijenikgbhahkejpaei
आधिकारिक URL https://chrome.google.com/webstore/detail/water-the-mint-plant/hdjfjgggdfonkkijenikgbhahkejpaei
विवरण a drink water reminder
फ़ाइल का आकार 103 KB
स्थापना संख्या 99
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-12-04
प्रकाशन तिथि 2019-12-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Jack Yen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Zhenjie6/water_the_mint_tree
सहायता पृष्ठ URL https://github.com/Zhenjie6/water_the_mint_tree
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "water the mint plant",
    "version": "0.0.1",
    "description": "a drink water reminder",
    "author": "Jack Yen",
    "permissions": [
        "declarativeContent",
        "storage",
        "notifications"
    ],
    "homepage_url": "http:\/\/www.baidu.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persisten": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "water the mint plant",
        "default_icon": {
            "16": "images\/mint_icon16.png",
            "32": "images\/mint_icon32.png",
            "48": "images\/mint_icon48.png",
            "128": "images\/mint_icon128.png"
        }
    },
    "icons": {
        "16": "images\/mint_icon16.png",
        "32": "images\/mint_icon32.png",
        "48": "images\/mint_icon48.png",
        "128": "images\/mint_icon128.png"
    },
    "manifest_version": 2
}