Kanbie

Kanban board from any tab.

什么是Kanbie?

Kanbie是由atude开发的Chrome扩展程序,该扩展的主要功能是“Kanban board from any tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Kanbie扩展crx文件

下载Kanbie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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