Wabisabi

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

Was ist Wabisabi?

Wabisabi ist eine Chrome-Erweiterung, die von minoerick120 entwickelt wurde, und ihr Hauptmerkmal ist "Check the progresses of year, quarter, month and day on a new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Wabisabi-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wabisabi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
Offizielle URL https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
Beschreibung Check the progresses of year, quarter, month and day on a new tab
Dateigröße 2.49 MB
Installationsanzahl 10
Aktuelle Version 0.0.9
Letztes Update 2020-03-22
Veröffentlichungsdatum 2020-03-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler minoerick120
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.catlab.dev/wabisabi-privacy
Unterstützte Sprachen 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
    }
}