Kanbie
Kanban board from any tab.
What is Kanbie?
Kanbie is a Chrome extension developed by atude, and its main feature is "Kanban board from any tab.".
Extension Screenshots
Download Kanbie Extension CRX File
Download Kanbie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kanbie |
ID | hancagoabobbbadijbbfepodbdgjbfpf |
Official URL | https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf |
Description | Kanban board from any tab. |
File Size | 652 KB |
Installation Count | 5,000 |
Current Version | 2.1.0 |
Last Updated | 2023-07-09 |
Publish Date | 2020-05-12 |
Rating | 4.70/5 Total 43 Ratings |
Developer | atude |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } } |