Wabisabi
Check the progresses of year, quarter, month and day on a new tab
O que é Wabisabi?
Wabisabi é uma extensão do Chrome desenvolvida por minoerick120, e sua principal característica é "Check the progresses of year, quarter, month and day on a new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wabisabi
Baixe arquivos de extensão Wabisabi no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hpdefgnomdldpkicaejddgkpljkmieog |
URL Oficial | https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog |
Descrição | Check the progresses of year, quarter, month and day on a new tab |
Tamanho do Arquivo | 2.49 MB |
Contagem de Instalações | 10 |
Versão Atual | 0.0.9 |
Última Atualização | 2020-03-22 |
Data de Publicação | 2020-03-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | minoerick120 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.catlab.dev/wabisabi-privacy |
Idiomas Suportados | 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 } } |