trello+

Configurable, high contrast user cards for Trello

ما هو trello+؟

trello+ هو إضافة Chrome تم تطويرها بواسطة William M Hayes، والميزة الرئيسية لها هي "Configurable, high contrast user cards for Trello".

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

screenshot
screenshot

تحميل ملف CRX للإضافة trello+

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

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

                        Highlights the Trello cards you're attached to.

v 1.6
- Updated avatar identification

v 1.5
- Added support for subscribed lists and cards

v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks                    

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

الاسم trello+ trello+
ID kgehmpaejbdohkkhjjkejhodgnjeejgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm
الوصف Configurable, high contrast user cards for Trello
حجم الملف 43.45 KB
عدد التثبيتات 43
النسخة الحالية 1.6
آخر تحديث 2017-08-12
تاريخ النشر 2017-08-12
المطور William M Hayes
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "trello+",
    "short_name": "trello+",
    "description": "Configurable, high contrast user cards for Trello",
    "version": "1.6",
    "browser_action": {
        "default_icon": "shared\/icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "shared\/icons\/icon16.png",
        "48": "shared\/icons\/icon48.png",
        "128": "shared\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "shared\/js\/jquery.min.js",
                "app\/app.min.js"
            ],
            "css": [
                "app\/app.css"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}