Trello Design
Change the design of Trello. Provides extensions that are compatible with the new Trello.
Trello Design क्या है?
Trello Design Shin LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the design of Trello. Provides extensions that are compatible with the new Trello."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Design एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For example, you can display the label color and card number. Quick Guide: https://github.com/shin-dev/trello-design/wiki ---- Version 1.2.0 New Features ・Line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#line-height-px--v120 ・Blank line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#blank-line-height-px--v120 ・Show title and url copy buttons at card details. https://github.com/shin-dev/trello-design/wiki#show-copy-button-on-card-detail--v120 Fixed ・Wasn't closed Span tag at card number. ---- Version 1.1.0 New Features ・Hide card cover on list. ・Resize card details window. Fixed ・Operation correction on non-compliant sites. ・Fixed reset behavior. ---- Version 1.0.0 New Features ・Apply label to card color. ・Display card number.
एक्सटेंशन की मूल जानकारी
नाम | Trello Design |
ID | bddemgibaehjbclgpppopnlcaohlikki |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-design/bddemgibaehjbclgpppopnlcaohlikki |
विवरण | Change the design of Trello. Provides extensions that are compatible with the new Trello. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2020-12-29 |
प्रकाशन तिथि | 2020-07-25 |
डेवलपर | Shin LLC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/shin-dev/trello-design |
सहायता पृष्ठ URL | https://github.com/shin-dev/trello-design/wiki |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Design", "version": "1.2.0", "description": "Change the design of Trello. Provides extensions that are compatible with the new Trello.", "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "css": [ "scripts\/content.css" ], "js": [ "scripts\/content.js" ] } ], "icons": { "16": "assets\/images\/icon_16x16.png", "48": "assets\/images\/icon_48x48.png", "128": "assets\/images\/icon_128x128.png" }, "browser_action": { "default_icon": "assets\/images\/icon_32x32.png", "default_title": "Trello Design", "default_popup": "scripts\/popup.html" }, "permissions": [ "storage", "https:\/\/trello.com\/*" ] } |