Wabisabi

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

Qu'est-ce que Wabisabi ?

Wabisabi est une extension Chrome développée par minoerick120, et sa fonction principale est "Check the progresses of year, quarter, month and day on a new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wabisabi

Téléchargez les fichiers d'extension Wabisabi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
URL Officiel https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
Description Check the progresses of year, quarter, month and day on a new tab
Taille du Fichier 2.49 MB
Nombre d'Installations 10
Version Actuelle 0.0.9
Dernière Mise à Jour 2020-03-22
Date de Publication 2020-03-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur minoerick120
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.catlab.dev/wabisabi-privacy
Langues Prises en Charge 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
    }
}