Lovely for Trello
makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…
什么是Lovely for Trello?
Lovely for Trello是由Big Bad Goose LLC开发的Chrome扩展程序,该扩展的主要功能是“makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…”。
扩展截图
下载Lovely for Trello扩展crx文件
下载Lovely for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | hflefkhbcekopeloefnjmfiecckmokah |
官方URL | https://chrome.google.com/webstore/detail/lovely-for-trello/hflefkhbcekopeloefnjmfiecckmokah |
简介 | makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:… |
文件大小 | 75.74 KB |
安装次数 | 280 |
当前版本 | 1.1.2 |
更新时间 | 2014-09-17 |
上架时间 | 2014-09-17 |
评分 | 4.00/5 共8次评分 |
开发者 | Big Bad Goose LLC |
付费类型 | free |
扩展官网 | https://github.com/bigbadgoose/lovely-for-trello |
帮助页面URL | https://github.com/bigbadgoose/lovely-for-trello |
支持的语言 | 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" ] } ] } |