Wabisabi

Check the progresses of year, quarter, month and day on a new tab

¿Qué es Wabisabi?

Wabisabi es una extensión de Chrome desarrollada por minoerick120, y su función principal es "Check the progresses of year, quarter, month and day on a new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wabisabi

Descarga archivos de extensión Wabisabi en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
URL Oficial https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
Descripción Check the progresses of year, quarter, month and day on a new tab
Tamaño del Archivo 2.49 MB
Cantidad de Instalaciones 10
Versión Actual 0.0.9
Última Actualización 2020-03-22
Fecha de Publicación 2020-03-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador minoerick120
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.catlab.dev/wabisabi-privacy
Idiomas Soportados 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
    }
}