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
电子邮箱 [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"
            ]
        }
    ]
}