Wabisabi

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

Τι είναι το Wabisabi;

Το Wabisabi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον minoerick120, και η κύρια λειτουργία του είναι "Check the progresses of year, quarter, month and day on a new tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wabisabi

Λήψη αρχείων επέκτασης Wabisabi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
Επίσημο URL https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
Περιγραφή Check the progresses of year, quarter, month and day on a new tab
Μέγεθος Αρχείου 2.49 MB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 0.0.9
Τελευταία Ενημέρωση 2020-03-22
Ημερομηνία Δημοσίευσης 2020-03-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής minoerick120
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.catlab.dev/wabisabi-privacy
Υποστηριζόμενες Γλώσσες 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
    }
}