water the mint plant
a drink water reminder
Was ist water the mint plant?
water the mint plant ist eine Chrome-Erweiterung, die von Jack Yen entwickelt wurde, und ihr Hauptmerkmal ist "a drink water reminder".
Erweiterungsscreenshots
water the mint plant-Erweiterungs-CRX-Datei herunterladen
Laden Sie water the mint plant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hdjfjgggdfonkkijenikgbhahkejpaei |
Offizielle URL | https://chrome.google.com/webstore/detail/water-the-mint-plant/hdjfjgggdfonkkijenikgbhahkejpaei |
Beschreibung | a drink water reminder |
Dateigröße | 103 KB |
Installationsanzahl | 99 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2019-12-04 |
Veröffentlichungsdatum | 2019-12-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jack Yen |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Zhenjie6/water_the_mint_tree |
Hilfeseite URL | https://github.com/Zhenjie6/water_the_mint_tree |
Unterstützte Sprachen | 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 } |