Wabisabi

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

Co je Wabisabi?

Wabisabi je rozšíření Chrome vyvinuté minoerick120, a jeho hlavní funkcí je „Check the progresses of year, quarter, month and day on a new tab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wabisabi

Stáhněte si soubory rozšíření Wabisabi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
Oficiální URL https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
Popis Check the progresses of year, quarter, month and day on a new tab
Velikost souboru 2.49 MB
Počet instalací 10
Aktuální Verze 0.0.9
Poslední Aktualizace 2020-03-22
Datum Vydání 2020-03-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář minoerick120
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.catlab.dev/wabisabi-privacy
Podporované Jazyky 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
    }
}