water the mint plant
a drink water reminder
什麼是water the mint plant?
water the mint plant是由Jack Yen開發的Chrome擴展程式,該擴展的主要功能是“a drink water reminder”。
擴展截圖
下載water the mint plant擴展crx文件
下載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 |
官方網址 | 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 } |