Refined Trello
Simplifies the Trello interface and adds useful features
ما هو Refined Trello؟
Refined Trello هو إضافة Chrome تم تطويرها بواسطة Strajk، والميزة الرئيسية لها هي "Simplifies the Trello interface and adds useful features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Refined Trello
قم بتنزيل ملفات الامتداد Refined Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simplifies the Trello interface and adds useful features. https://github.com/strajk/refined-trello
معلومات أساسية عن التمديد
الاسم | Refined Trello |
ID | ehplgncidablicleelajoojipdnclbhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
الوصف | Simplifies the Trello interface and adds useful features |
حجم الملف | 129 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-08-08 |
تاريخ النشر | 2016-08-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Strajk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/strajk/refined-trello |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Trello", "version": "1.0.0", "description": "Simplifies the Trello interface and adds useful features", "homepage_url": "https:\/\/github.com\/strajk\/refined-trello", "manifest_version": 2, "minimum_chrome_version": "50", "permissions": [ "https:\/\/trello.com\/*" ], "icons": [], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |