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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 } |