Kanban Tab
Turn your new tab into a productivity hub.
What is Kanban Tab?
Kanban Tab is a Chrome extension developed by saidheerajv, and its main feature is "Turn your new tab into a productivity hub.".
Extension Screenshots
Download Kanban Tab Extension CRX File
Download Kanban Tab 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
Kanban Tab turns your new tab into a kanaban board, which helps you list, track and manage all your daily tasks.
Extension Basic Information
Name | Kanban Tab |
ID | lkboogdmcginpacbechkallfoehbhmpd |
Official URL | https://chromewebstore.google.com/detail/kanban-tab/lkboogdmcginpacbechkallfoehbhmpd |
Description | Turn your new tab into a productivity hub. |
File Size | 1.59 MB |
Installation Count | 15 |
Current Version | 1.2 |
Last Updated | 2022-05-04 |
Publish Date | 2022-05-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | saidheerajv |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanban Tab", "description": "Turn your new tab into a productivity hub.", "version": "1.2", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ], "action": { "default_icon": { "16": "assets\/kb-icon-16.png", "32": "assets\/kb-icon-32.png" } }, "icons": { "16": "assets\/kb-icon-16.png", "32": "assets\/kb-icon-32.png", "48": "assets\/kb-icon-48.png", "128": "assets\/kb-icon-128.png" } } |