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
公式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\/"
    ]
}