KanbanTab

Transform your default tab into the ultimate kanban board to efficiently organize tasks and build the momentum to get things done.

KanbanTabคืออะไร?

KanbanTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kanbantab.com และคุณลักษณะหลักของมันคือ "Transform your default tab into the ultimate kanban board to efficiently organize tasks and build the momentum to get things done."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KanbanTab

ดาวน์โหลดไฟล์ส่วนขยาย KanbanTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With its distraction-free design and zero loading time, KanbanTab is flexible for your every need whether you’re planning a side-project or structuring your day.

Key features
🟣 Zero loading times
🟣 No login/registration required
🟣 Opens as your default tab
🟣 History & archive
🟣 Light & dark theme
🟣 Extra notes for each item
🟣 Easy data import and export
🟣 Keyboard shortcuts
🟣 Search bar
🟣 Automation & Routines
🟣 Multiple boards (Premium only)

Release notes (2.2.0) 
🟢 Introduced Automation & Routines (Shift + A)
🟢 Added Routine: Automatically remove completed items
🟢 Added Routine: Automatically create new item
🟢 Added Free vs. Premium comparison chart
🟢 Stack shortcut: Create Routine (R)
🟢 Added item origin info (added by user/routine)
🟢 Items now highlight the active color in the context menu


No browser or extension data is shared with the app developer. The data is stored in the local storage of your browser and users can rest assured that all data is safe and will not be sent to any third parties. KanbanTab is not responsible for loss of any data, under any circumstance.

Feel free to contact me by email [email protected] for any inquiries or bug reports, or anything else!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KanbanTab KanbanTab
ID ahkenbfeanbgpmcbhpoloakaflknkpho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanbantab/ahkenbfeanbgpmcbhpoloakaflknkpho
คำอธิบาย Transform your default tab into the ultimate kanban board to efficiently organize tasks and build the momentum to get things done.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 1,572
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-12-08
คะแนน 4.84/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา https://kanbantab.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://kanbantab.com
URL หน้าช่วยเหลือ https://kanbantab.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "KanbanTab",
    "name": "KanbanTab",
    "manifest_version": 3,
    "version": "2.2.0",
    "description": "Transform your default tab into the ultimate kanban board to efficiently organize tasks and build the momentum to get things done.",
    "icons": {
        "128": "assets\/icon\/[email protected]",
        "48": "assets\/icon\/[email protected]",
        "39": "assets\/icon\/[email protected]",
        "19": "assets\/icon\/[email protected]",
        "16": "assets\/icon\/[email protected]"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "unlimitedStorage",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/kanbantab.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+K"
            }
        }
    },
    "action": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "{a103c550-4d57-43fc-8fce-54a92df56f84}"
        }
    }
}