Trello Business Style
Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Trello Business Style क्या है?
Trello Business Style Leonardo C Bottaro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Business Style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.
Changelog:
v1.2.1
Fixed Bug when changing boards
Tweaks to the style
v1.2.0
Updated extension to better use new Trello features
Added persistent state
v1.1.0
Bug fixes
v1.0.0
Initial Release
Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | knkibcjejmdcepoomodabefjobmajoco |
| आधिकारिक URL | https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco |
| विवरण | Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards |
| फ़ाइल का आकार | 2.22 MB |
| स्थापना संख्या | 297 |
| वर्तमान संस्करण | 1.2.1 |
| अंतिम अपडेट | 2018-03-28 |
| प्रकाशन तिथि | 2018-03-28 |
| रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
| डेवलपर | Leonardo C Bottaro |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://github.com/leocb/trello-businessStyle |
| सहायता पृष्ठ URL | https://github.com/leocb/trello-businessStyle/issues |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trello Business Style",
"short_name": "trello-Business-Style",
"description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
"version": "1.2.1",
"icons": {
"16": "images\/icon-16.png",
"64": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage",
"https:\/\/trello.com\/*"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/trello.com\/*"
],
"js": [
"content-scripts.js"
],
"css": [
"content-styles.css"
]
}
]
} | |