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"
}