Wabisabi
Check the progresses of year, quarter, month and day on a new tab
Wabisabi là gì?
Wabisabi là một tiện ích mở rộng Chrome được phát triển bởi minoerick120, và tính năng chính của nó là "Check the progresses of year, quarter, month and day on a new tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wabisabi
Tải xuống các tệp mở rộng Wabisabi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hpdefgnomdldpkicaejddgkpljkmieog |
URL Chính Thức | https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog |
Mô tả | Check the progresses of year, quarter, month and day on a new tab |
Kích Thước Tệp | 2.49 MB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2020-03-22 |
Ngày Phát Hành | 2020-03-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | minoerick120 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.catlab.dev/wabisabi-privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |