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.”。

擴展截圖

screenshot

下載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 KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
官方網址 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\/"
    ]
}