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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lovely for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |