External #id links for Trello

Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…

什么是External #id links for Trello?

External #id links for Trello是由Jonathan Gotti开发的Chrome扩展程序,该扩展的主要功能是“Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…”。

扩展截图

screenshot

下载External #id links for Trello扩展crx文件

下载External #id links for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allow to add dynamic external links to trello cards title when refering to external references by #idReference
(usefull to create external links to an issue tracker)

This extension is in no mean affiliated to Trello or FogCreek                    

扩展基本信息

名称 External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
官方URL https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
简介 Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
文件大小 15.45 KB
安装次数 19
当前版本 0.0.4
更新时间 2014-03-17
上架时间 2014-03-17
开发者 Jonathan Gotti
付费类型 free
扩展官网 https://github.com/malko/chrome-extension-trello-id-external-links
帮助页面URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
支持的语言 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "make-links.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "External #id links for Trello",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}