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