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 - это расширение Chrome, разработанное jiemakel, и его основная функция - "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm".
Скачать файл CRX расширения Trello Card Dependencies V2.0
Скачайте файлы расширений 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" ] } ] } |