GTD: Trello Card Links

Get Things Done with Trello Card Links!

GTD: Trello Card Links란 무엇입니까?

GTD: Trello Card Links은(는) oneezy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Things Done with Trello Card Links!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GTD: Trello Card Links 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GTD: Trello Card Links (Chrome Extension)

This small extension helps you GET THINGS DONE quickly by pasting clickable links directly on the front of your Trello Cards! Save time by not having to click to the back of cards to get to your links. 


FEATURES
───────────────
• Clickable Links on cards
• Multiple Links on cards
• Create EPIC stories from Trello Card Links


Get Creative!


Installation 
───────────────
1. Install extension
2. Navigate to your Trello Board
3. Create new Trello Card
4. Paste a link 
5. Click the link!


More Links!
───────────────
• Demo: https://trello.com/b/6DoBxhuZ/gtd-trello-card-links
• Github: https://github.com/oneezy/gtd-trello-card-links
• Patreon: https://www.patreon.com/oneezy                    

확장 프로그램 기본 정보

이름 GTD: Trello Card Links GTD: Trello Card Links
ID kpbpniempdinfjfgphomcfkijinlgfgj
공식 URL https://chromewebstore.google.com/detail/gtd-trello-card-links/kpbpniempdinfjfgphomcfkijinlgfgj
설명 Get Things Done with Trello Card Links!
파일 크기 47.28 KB
설치 횟수 4,330
현재 버전 1.2.0
최근 업데이트 2020-08-19
출시 날짜 2020-08-19
평점 4.36/5 총 28 개의 평점
개발자 oneezy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/oneezy/gtd-trello-card-links
도움말 페이지 URL https://trello.com/b/6DoBxhuZ/gtd-trello-card-links
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTD: Trello Card Links",
    "description": "Get Things Done with Trello Card Links!",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "gtd-trello\/card-links\/card-links.js",
                "gtd-trello\/gtd-trello.js"
            ],
            "css": [
                "gtd-trello\/card-links\/card-links.css"
            ]
        }
    ]
}