Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
ما هو Trello Cleaner Design؟
Trello Cleaner Design هو إضافة Chrome تم تطويرها بواسطة https://uptimiza.com، والميزة الرئيسية لها هي "Some improvements in Trello.com UI design, which allows to see cards more clear".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello Cleaner Design
قم بتنزيل ملفات الامتداد Trello Cleaner Design بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Some improvements in Trello.com UI design, which allows to see cards more clear
معلومات أساسية عن التمديد
الاسم | Trello Cleaner Design |
ID | jpoeolmhikfpcbkmhdodedglnngoljad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad |
الوصف | Some improvements in Trello.com UI design, which allows to see cards more clear |
حجم الملف | 43.51 KB |
عدد التثبيتات | 59 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-03-03 |
تاريخ النشر | 2018-03-03 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | https://uptimiza.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Cleaner Design", "manifest_version": 2, "version": "1.1", "description": "Some improvements in Trello.com UI design, which allows to see cards more clear", "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "name": "Trello Cleaner Design", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_title": "Trello Cleaner Design", "default_popup": "popup.html" }, "web_accessible_resources": [ "trello.css", "trello_plus.css" ], "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "permissions": [ "storage", "tabs", "background" ] } |