Teachable Enhanced

Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.

ما هو Teachable Enhanced؟

Teachable Enhanced هو إضافة Chrome تم تطويرها بواسطة https://peopleloveapps.com، والميزة الرئيسية لها هي "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Teachable Enhanced

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

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

                        Make Teachable.com more user-friendly. This extension allows you to toggle the course sidebar, so the video takes up more screen real estate without going full screen.                    

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

الاسم Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
عنوان URL الرسمي https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
الوصف Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
حجم الملف 9.26 KB
عدد التثبيتات 153
النسخة الحالية 1.0
آخر تحديث 2022-02-08
تاريخ النشر 2021-11-12
تقييم 5.00/5 مجموع تقييمات 2
المطور https://peopleloveapps.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://TeachableEnhanced.peopleloveapps.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teachable Enhanced",
    "description": "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/courses\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}