Wabisabi

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

Wabisabi क्या है?

Wabisabi minoerick120 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the progresses of year, quarter, month and day on a new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wabisabi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}