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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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