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.

What is Tabs for Trello?

Tabs for Trello is a Chrome extension developed by Unknown, and its main feature is "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.".

Extension Screenshots

screenshot

Download Tabs for Trello Extension CRX File

Download Tabs for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.                    

Extension Basic Information

Name Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
Official URL https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
Description This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
File Size 67.06 KB
Installation Count 105
Current Version 1.1
Last Updated 2014-04-18
Publish Date 2014-04-18
Rating 4.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
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"
    ]
}