Kanbie
Kanban board from any tab.
什麼是Kanbie?
Kanbie是由atude開發的Chrome擴展程式,該擴展的主要功能是“Kanban board from any tab.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | hancagoabobbbadijbbfepodbdgjbfpf |
| 官方網址 | 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"
}
}
}
} | |