Trello Card Dependencies V2.0

Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm

什麼是Trello Card Dependencies V2.0?

Trello Card Dependencies V2.0是由jiemakel開發的Chrome擴展程式,該擴展的主要功能是“Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm”。

下載Trello Card Dependencies V2.0擴展crx文件

下載Trello Card Dependencies V2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Updated version of Trello Card Dependencies (https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm). In this version, dependencies are not recorded as DependsOn(shortLink) in the description field. Instead, they are human readable and actionable full links inside a "Dependencies" checklist. In addition, one can highlight cards based on their label or associated members.                    

擴展基本資訊

名稱 Trello Card Dependencies V2.0 Trello Card Dependencies V2.0
ID oofmekkkjbnppfcefaggnempnijifmjk
官方網址 https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk
簡介 Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
檔案大小 144 KB
安裝次數 116
目前版本 2.2
更新時間 2017-10-23
上架時間 2017-10-23
評分 3.75/5 共 4 次評分
開發者 jiemakel
付費類型 free
擴展官網 https://github.com/jiemakel/Trello-Card-Dependencies/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Card Dependencies V2.0",
    "description": "Modification of https:\/\/chrome.google.com\/webstore\/detail\/trello-card-dependencies\/ddhnhdoghhfoeceiohphm",
    "version": "2.2",
    "permissions": [
        "http:\/\/trello.com\/b*",
        "https:\/\/trello.com\/b*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "index.html",
        "icon.png",
        "inline.plugin.js",
        "https:\/\/ssl.google-analytics.com\/ga.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/inline.plugin.js",
                "lib\/d3.v3.js",
                "lib\/linq.js",
                "trello\/transformer.js",
                "inVis.js",
                "trello\/TrelloDepView.js",
                "trello\/client.js"
            ]
        }
    ]
}