MS Teams Beautifier

CSS tweaks to make MS Team look better until it looks better natively.

ما هو MS Teams Beautifier؟

MS Teams Beautifier هو إضافة Chrome تم تطويرها بواسطة michael.romer.de، والميزة الرئيسية لها هي "CSS tweaks to make MS Team look better until it looks better natively.".

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

screenshot

تحميل ملف CRX للإضافة MS Teams Beautifier

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

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

                        CSS tweaks to make MS Teams look better until it looks better natively.                    

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

الاسم MS Teams Beautifier MS Teams Beautifier
ID oacgaangchinnhemdcakdmiekopnfckl
عنوان URL الرسمي https://chromewebstore.google.com/detail/ms-teams-beautifier/oacgaangchinnhemdcakdmiekopnfckl
الوصف CSS tweaks to make MS Team look better until it looks better natively.
حجم الملف 3.49 KB
عدد التثبيتات 1,364
النسخة الحالية 0.1.0
آخر تحديث 2020-03-03
تاريخ النشر 2020-03-02
تقييم 4.75/5 مجموع تقييمات 4
المطور michael.romer.de
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MS Teams Beautifier",
    "version": "0.1.0",
    "description": "CSS tweaks to make MS Team look better until it looks better natively.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ]
        }
    ]
}