Trello Focus

Bug fixes & better display of comments

ما هو Trello Focus؟

Trello Focus هو إضافة Chrome تم تطويرها بواسطة luongtattrung، والميزة الرئيسية لها هي "Bug fixes & better display of comments".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Trello Focus

قم بتنزيل ملفات الامتداد Trello Focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

معلومات أساسية عن التمديد

الاسم Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
الوصف Bug fixes & better display of comments
حجم الملف 57.73 KB
عدد التثبيتات 283
النسخة الحالية 0.8
آخر تحديث 2018-01-05
تاريخ النشر 2018-01-05
تقييم 4.00/5 مجموع تقييمات 11
المطور luongtattrung
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}