Trello Focus
Bug fixes & better display of comments
Trello Focus क्या है?
Trello Focus luongtattrung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bug fixes & better display of comments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Focus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there. Free • No ads • New features is comming
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gcpkllepbfkhkljdbeindfecjpelgefo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo |
विवरण | Bug fixes & better display of comments |
फ़ाइल का आकार | 57.73 KB |
स्थापना संख्या | 283 |
वर्तमान संस्करण | 0.8 |
अंतिम अपडेट | 2018-01-05 |
प्रकाशन तिथि | 2018-01-05 |
रेटिंग | 4.00/5 कुल 11 रेटिंग्स |
डेवलपर | luongtattrung |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Focus", "description": "Bug fixes & better display of comments", "version": "0.8", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/libs\/jquery.highlight.js", "js\/app.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |