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 |
| 公式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 |
| Eメール | [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"
}
}
}
} | |