water the mint plant
a drink water reminder
water the mint plantคืออะไร?
water the mint plant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Yen และคุณลักษณะหลักของมันคือ "a drink water reminder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย water the mint plant
ดาวน์โหลดไฟล์ส่วนขยาย water the mint plant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } |