Tabs for Trello

Tabs for Trello

This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "img/tabs_for_trello128_128.png",
    "default_popup": "tabs_for_trello.html"
  },
  "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.",
  "manifest_version": 2,
  "name": "Tabs for Trello",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "https://trello.com/1/authorize",
    "https://trello.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "web_accessible_resources": [
    "token.html"
  ]
}