Trello Business Style
Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Wat is Trello Business Style?
Trello Business Style is een Chrome-extensie ontwikkeld door Leonardo C Bottaro, en de belangrijkste functie is "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Business Style
Download Trello Business Style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | knkibcjejmdcepoomodabefjobmajoco |
| Officiële URL | https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco |
| Beschrijving | Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards |
| Bestandsgrootte | 2.22 MB |
| Aantal Installaties | 297 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2018-03-28 |
| Publicatiedatum | 2018-03-28 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Leonardo C Bottaro |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/leocb/trello-businessStyle |
| Help Pagina-URL | https://github.com/leocb/trello-businessStyle/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |