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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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