Kanban Tab
Turn your new tab into a productivity hub.
什么是Kanban Tab?
Kanban Tab是由saidheerajv开发的Chrome扩展程序,该扩展的主要功能是“Turn your new tab into a productivity hub.”。
扩展截图
下载Kanban Tab扩展crx文件
下载Kanban Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kanban Tab turns your new tab into a kanaban board, which helps you list, track and manage all your daily tasks.
扩展基本信息
名称 | Kanban Tab |
ID | lkboogdmcginpacbechkallfoehbhmpd |
官方URL | https://chromewebstore.google.com/detail/kanban-tab/lkboogdmcginpacbechkallfoehbhmpd |
简介 | Turn your new tab into a productivity hub. |
文件大小 | 1.59 MB |
安装次数 | 15 |
当前版本 | 1.2 |
更新时间 | 2022-05-04 |
上架时间 | 2022-05-03 |
评分 | 5.00/5 共1次评分 |
开发者 | saidheerajv |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |