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 là gì?

Teachable Enhanced là một tiện ích mở rộng Chrome được phát triển bởi https://peopleloveapps.com, và tính năng chính của nó là "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teachable Enhanced

Tải xuống các tệp mở rộng Teachable Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
URL Chính Thức https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Mô tả Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Kích Thước Tệp 9.26 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-08
Ngày Phát Hành 2021-11-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://peopleloveapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://TeachableEnhanced.peopleloveapps.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}