Kanban Board
Kanban Board for the New Tab.
什么是Kanban Board?
Kanban Board是由http://board.wtf开发的Chrome扩展程序,该扩展的主要功能是“Kanban Board for the New Tab.”。
扩展截图
下载Kanban Board扩展crx文件
下载Kanban Board扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Modern Kanban Board for the Browser Tab with Dark Mode, Drag&Drop Function, Favorites and Standard Rows. Powered by Kanban.board.wtf
扩展基本信息
名称 | |
ID | hbmpnfokclfibaojnffjmncdhiadibjd |
官方URL | https://chrome.google.com/webstore/detail/kanban-board/hbmpnfokclfibaojnffjmncdhiadibjd |
简介 | Kanban Board for the New Tab. |
文件大小 | 69.43 KB |
安装次数 | 124 |
当前版本 | 1.0.0.1 |
更新时间 | 2021-03-15 |
上架时间 | 2021-02-02 |
开发者 | http://board.wtf |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kanban.board.wtf |
帮助页面URL | https://board.wtf/contact |
隐私政策页面URL | https://klaetke.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanban Board", "version": "1.0.0.1", "description": "Kanban Board for the New Tab.", "permissions": [ "tabs" ], "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2 } |