Trello feels good
Aesthetic Trello theme
ما هو Trello feels good؟
Trello feels good هو إضافة Chrome تم تطويرها بواسطة https://trello.gambala.pro، والميزة الرئيسية لها هي "Aesthetic Trello theme".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello feels good
قم بتنزيل ملفات الامتداد Trello feels good بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes Trello web interface much cleaner and convenient. New in 0.3.3 - Fixed a bug with non opening modal windows on wide screens Features: - Recoloring UI to the nice light palette - Optimize trello cards opening on wide displays - Remove huge thumbnails from cards to hover-in mini-section
معلومات أساسية عن التمديد
الاسم | Trello feels good |
ID | hiomhgngghagmknaljmoggplloglmkmb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb |
الوصف | Aesthetic Trello theme |
حجم الملف | 35.86 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 0.3.3 |
آخر تحديث | 2020-01-07 |
تاريخ النشر | 2020-01-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://trello.gambala.pro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello feels good", "version": "0.3.3", "author": "Vitaliy Emeliyantsev", "description": "Aesthetic Trello theme", "homepage_url": "https:\/\/github.com\/gambala\/trello", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "21", "short_name": "Trello feels good", "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_popup": "popup.html", "default_title": "Trello feels good" }, "content_scripts": [ { "all_frames": true, "js": [ "vendor\/jquery-3.1.1.slim.min.js", "trello.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "web_accessible_resources": [ "trello.css" ] } |