KanbanTool add task button

KanbanTool add task button

A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.

Merlin
Additional files are visible only to premium users

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