Wabisabi
Check the progresses of year, quarter, month and day on a new tab
Wabisabi란 무엇입니까?
Wabisabi은(는) minoerick120에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check the progresses of year, quarter, month and day on a new tab"입니다.
확장 프로그램 스크린샷
Wabisabi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wabisabi is a dashboard to encourage and track mindfulness, see a new motivational quote and Zen-style background photo every day. You can see what percentage of your working day, month, quarter and year have passed every time you open a new tab. Wabisabi allows you to define your working time. You choose whether you want to work during the weekend or not. We hope you spend every moment of your life in a beautiful way. For any new features you'd love to see on Wabisabi, please contact us Twitter @MinhoKo120, @nhuphan0404
확장 프로그램 기본 정보
이름 | |
ID | hpdefgnomdldpkicaejddgkpljkmieog |
공식 URL | https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog |
설명 | Check the progresses of year, quarter, month and day on a new tab |
파일 크기 | 2.49 MB |
설치 횟수 | 10 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2020-03-22 |
출시 날짜 | 2020-03-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | minoerick120 |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.catlab.dev/wabisabi-privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wabisabi", "name": "Wabisabi", "description": "Check the progresses of year, quarter, month and day on a new tab", "manifest_version": 2, "version": "0.0.9", "author": "Catlab", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "tabs", "https:\/\/*.unsplash.com\/photos\/*" ], "browser_action": { "default_title": "Wabisabi", "default-icon": "icon16.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |