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ファイルをダウンロード

GTD: Trello Card Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}