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