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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
    }
}