Trello Focus
Bug fixes & better display of comments
What is Trello Focus?
Trello Focus is a Chrome extension developed by luongtattrung, and its main feature is "Bug fixes & better display of comments".
Extension Screenshots
Download Trello Focus Extension CRX File
Download Trello Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gcpkllepbfkhkljdbeindfecjpelgefo |
Official URL | https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo |
Description | Bug fixes & better display of comments |
File Size | 57.73 KB |
Installation Count | 283 |
Current Version | 0.8 |
Last Updated | 2018-01-05 |
Publish Date | 2018-01-05 |
Rating | 4.00/5 Total 11 Ratings |
Developer | luongtattrung |
Payment Type | free |
Supported Languages | 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 } |