Kanbie

Kanban board from any tab.

ما هو Kanbie؟

Kanbie هو إضافة Chrome تم تطويرها بواسطة atude، والميزة الرئيسية لها هي "Kanban board from any tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kanbie

قم بتنزيل ملفات الامتداد Kanbie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Kanbie is a simple kanban board accessible from your extensions bar. 

- Manage your task list from any tab - without interrupting your workflow - seamlessly. 
- Sync your board across chrome on any desktop. 
- Add colored labels to organise your cards to suit you best.
- Assign due dates and get notified when your tasks are due. 
- Customise your board with themes and custom headers.                    

معلومات أساسية عن التمديد

الاسم Kanbie Kanbie
ID hancagoabobbbadijbbfepodbdgjbfpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf
الوصف Kanban board from any tab.
حجم الملف 652 KB
عدد التثبيتات 5,000
النسخة الحالية 2.1.0
آخر تحديث 2023-07-09
تاريخ النشر 2020-05-12
تقييم 4.70/5 مجموع تقييمات 43
المطور atude
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kanbie",
    "description": "Kanban board from any tab.",
    "version": "2.1.0",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        }
    }
}