Trello Flow
Hide columns in trello board that are not important for you!
Co je Trello Flow?
Trello Flow je rozšíření Chrome vyvinuté Renan Borges, a jeho hlavní funkcí je „Hide columns in trello board that are not important for you!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trello Flow
Stáhněte si soubory rozšíření Trello Flow ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hide and show columns in Trello, just it! No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not! One click to hide, one click to show again.
Základní Informace o Rozšíření
Název | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
Oficiální URL | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
Popis | Hide columns in trello board that are not important for you! |
Velikost souboru | 294 KB |
Počet instalací | 57 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2022-11-03 |
Datum Vydání | 2019-10-10 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Renan Borges |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/renanborgez |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Flow", "version": "1.0.2", "manifest_version": 2, "description": "Hide columns in trello board that are not important for you!", "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon48.png", "default_title": "Trello Flow" }, "permissions": [ "https:\/\/trello.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |