Trello Focus
Bug fixes & better display of comments
Co to jest Trello Focus?
Trello Focus to rozszerzenie Chrome opracowane przez luongtattrung, a jego główną funkcją jest „Bug fixes & better display of comments”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Focus
Pobierz pliki rozszerzeń Trello Focus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gcpkllepbfkhkljdbeindfecjpelgefo |
Oficjalny URL | https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo |
Opis | Bug fixes & better display of comments |
Rozmiar pliku | 57.73 KB |
Liczba instalacji | 283 |
Aktualna Wersja | 0.8 |
Ostatnia Aktualizacja | 2018-01-05 |
Data Publikacji | 2018-01-05 |
Ocena | 4.00/5 Łącznie 11 Oceny |
Deweloper | luongtattrung |
Typ Płatności | free |
Obsługiwane Języki | 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 } |