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
官方網址 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"
}