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
官方URL 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"
            ]
        }
    ]
}