KanBanFy - Your NewTab

A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.

ما هو KanBanFy - Your NewTab؟

KanBanFy - Your NewTab هو إضافة Chrome تم تطويرها بواسطة Uday Bhaskar Gajavalli، والميزة الرئيسية لها هي "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة KanBanFy - Your NewTab

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

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

                        Add Task: You can add your task with title, a link to redirect on click and brief summary of the task.

Drag and Drop the task at ease and deleting the done tasks is one click away.                    

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

الاسم KanBanFy - Your NewTab KanBanFy - Your NewTab
ID apjgpkebkfoepbfkjmneoogpdlpnmfkp
عنوان URL الرسمي https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp
الوصف A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
حجم الملف 1.91 MB
عدد التثبيتات 16
النسخة الحالية 1.0
آخر تحديث 2021-05-08
تاريخ النشر 2021-05-08
تقييم 4.50/5 مجموع تقييمات 2
المطور Uday Bhaskar Gajavalli
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KanBanFy - Your NewTab",
    "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}