Lovely for Trello
makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…
Qu'est-ce que Lovely for Trello ?
Lovely for Trello est une extension Chrome développée par Big Bad Goose LLC, et sa fonction principale est "makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lovely for Trello
Téléchargez les fichiers d'extension Lovely for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo: https://github.com/bigbadgoose/lovely-for-trello -- RELEASE NOTES 1.1.2 -- fixed background image clipped 1.1.1 -- card colors fill card background (feature restored after trello changed their html) 1.1.0 -- all new look and feel! fixed content views don't wrap 1.0.7 -- fixed button height in detail modal 1.0.6 -- renamed to "Lovely for Trello" 1.0.5 -- more manifest updates 1.0.4 -- updated manifest 1.0.3 -- made due date red on hover 1.0.2 -- made due date red on hover (didnt work) 1.0.1 -- diminished app-icons in lower left corner of cards 1.0 -- first release!
Informations de Base sur l'Extension
Nom | |
ID | hflefkhbcekopeloefnjmfiecckmokah |
URL Officiel | https://chrome.google.com/webstore/detail/lovely-for-trello/hflefkhbcekopeloefnjmfiecckmokah |
Description | makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:… |
Taille du Fichier | 75.74 KB |
Nombre d'Installations | 280 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2014-09-17 |
Date de Publication | 2014-09-17 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | Big Bad Goose LLC |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bigbadgoose/lovely-for-trello |
URL de la Page d'Aide | https://github.com/bigbadgoose/lovely-for-trello |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lovely for Trello", "version": "1.1.2", "icons": { "128": "trello-lovely-128.png", "48": "trello-lovely-48.png" }, "permissions": [ "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery-1.7.2.min.js", "trello-lovely.js" ], "css": [ "trello-lovely.css" ] } ] } |