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 |
官方網址 | 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 } } |