KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
什么是KanbanTool add task button?
KanbanTool add task button是由https://kanbantool.com开发的Chrome扩展程序,该扩展的主要功能是“A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.”。
扩展截图
下载KanbanTool add task button扩展crx文件
下载KanbanTool add task button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The quickest and simplest way to add tasks to your Kanban boards. You need to have an account with kanbantool.com and API access enabled for this extension to work. Source code is released under the MIT license and freely available on the GitHub: https://github.com/kanbantool/
扩展基本信息
名称 | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
官方URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
简介 | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
文件大小 | 68.09 KB |
安装次数 | 354 |
当前版本 | 1.2 |
更新时间 | 2013-06-17 |
上架时间 | 2013-06-17 |
评分 | 3.63/5 共16次评分 |
开发者 | https://kanbantool.com |
付费类型 | free |
扩展官网 | http://kanbantool.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "KanbanTool add task button", "version": "1.2", "manifest_version": 2, "description": "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.", "options_page": "options.html", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Add task to KanbanTool", "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.kanbantool.com\/" ] } |