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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Trello Business Style
قم بتنزيل ملفات الامتداد Trello Business Style بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | Trello Business Style |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |