KanBanFy - Your NewTab
A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
什么是KanBanFy - Your NewTab?
KanBanFy - Your NewTab是由Uday Bhaskar Gajavalli开发的Chrome扩展程序,该扩展的主要功能是“A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.”。
扩展截图
下载KanBanFy - Your NewTab扩展crx文件
下载KanBanFy - Your NewTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add Task: You can add your task with title, a link to redirect on click and brief summary of the task. Drag and Drop the task at ease and deleting the done tasks is one click away.
扩展基本信息
名称 | KanBanFy - Your NewTab |
ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
官方URL | https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp |
简介 | A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done. |
文件大小 | 1.91 MB |
安装次数 | 16 |
当前版本 | 1.0 |
更新时间 | 2021-05-08 |
上架时间 | 2021-05-08 |
评分 | 4.50/5 共2次评分 |
开发者 | Uday Bhaskar Gajavalli |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KanBanFy - Your NewTab", "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.", "version": "1.0", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "favicon.ico" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |