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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}