Trello Focus
Bug fixes & better display of comments
Hvad er Trello Focus?
Trello Focus er en Chrome-udvidelse udviklet af luongtattrung, og dens hovedfunktion er "Bug fixes & better display of comments".
Udvidelsesskærmbilleder
Download Trello Focus-udvidelses-CRX-fil
Download Trello Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gcpkllepbfkhkljdbeindfecjpelgefo |
Officiel URL | https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo |
Beskrivelse | Bug fixes & better display of comments |
Filstørrelse | 57.73 KB |
Antal Installationer | 283 |
Nuværende Version | 0.8 |
Senest Opdateret | 2018-01-05 |
Udgivelsesdato | 2018-01-05 |
Bedømmelse | 4.00/5 Samlet 11 Bedømmelser |
Udvikler | luongtattrung |
Betalingsmetode | free |
Understøttede Sprog | 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 } |