Slim Lists for Trello
Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
ما هو Slim Lists for Trello؟
Slim Lists for Trello هو إضافة Chrome تم تطويرها بواسطة cchana، والميزة الرئيسية لها هي "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slim Lists for Trello
قم بتنزيل ملفات الامتداد Slim Lists for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen. Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change. The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.
معلومات أساسية عن التمديد
الاسم | Slim Lists for Trello |
ID | pjlejgbmijmafmobaofcgblpdbkaodod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod |
الوصف | Shows you more lists in Trello by reducing the width of lists in Trello by up to 50% |
حجم الملف | 11.01 KB |
عدد التثبيتات | 7,671 |
النسخة الحالية | 0.10 |
آخر تحديث | 2015-08-11 |
تاريخ النشر | 2015-08-11 |
تقييم | 4.08/5 مجموع تقييمات 60 |
المطور | cchana |
نوع الدفع | free |
موقع الإضافة | http://charanj.it |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slim Lists for Trello", "version": "0.10", "manifest_version": 2, "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%", "content_scripts": [ { "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |