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 |
| 官方網址 | 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"
]
}
]
} | |