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文件
下载Wabisabi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |