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.

什麼是Tabs for Trello?

Tabs for Trello是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.”。

擴展截圖

screenshot

下載Tabs for Trello擴展crx文件

下載Tabs for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
官方網址 https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
簡介 This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
檔案大小 67.06 KB
安裝次數 105
目前版本 1.1
更新時間 2014-04-18
上架時間 2014-04-18
評分 4.00/5 共 4 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
    ]
}