Trello Business Style
Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
¿Qué es Trello Business Style?
Trello Business Style es una extensión de Chrome desarrollada por Leonardo C Bottaro, y su función principal es "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Trello Business Style
Descarga archivos de extensión Trello Business Style en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Trello Business Style |
ID | knkibcjejmdcepoomodabefjobmajoco |
URL Oficial | https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco |
Descripción | Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards |
Tamaño del Archivo | 2.22 MB |
Cantidad de Instalaciones | 297 |
Versión Actual | 1.2.1 |
Última Actualización | 2018-03-28 |
Fecha de Publicación | 2018-03-28 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Leonardo C Bottaro |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/leocb/trello-businessStyle |
URL de la Página de Ayuda | https://github.com/leocb/trello-businessStyle/issues |
Idiomas Soportados | 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" ] } ] } |