Trello Business Style
Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Was ist Trello Business Style?
Trello Business Style ist eine Chrome-Erweiterung, die von Leonardo C Bottaro entwickelt wurde, und ihr Hauptmerkmal ist "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".
Erweiterungsscreenshots
Trello Business Style-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Business Style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded. Changelog: v1.2.1 Fixed Bug when changing boards Tweaks to the style v1.2.0 Updated extension to better use new Trello features Added persistent state v1.1.0 Bug fixes v1.0.0 Initial Release Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle
Grundlegende Informationen zur Erweiterung
Name | Trello Business Style |
ID | knkibcjejmdcepoomodabefjobmajoco |
Offizielle URL | https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco |
Beschreibung | Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards |
Dateigröße | 2.22 MB |
Installationsanzahl | 297 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2018-03-28 |
Veröffentlichungsdatum | 2018-03-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Leonardo C Bottaro |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/leocb/trello-businessStyle |
Hilfeseite URL | https://github.com/leocb/trello-businessStyle/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Business Style", "short_name": "trello-Business-Style", "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards", "version": "1.2.1", "icons": { "16": "images\/icon-16.png", "64": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "https:\/\/trello.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/trello.com\/*" ], "js": [ "content-scripts.js" ], "css": [ "content-styles.css" ] } ] } |