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.
拡張機能の基本情報
名前 | |
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" ] } ] } |