Teachable Enhanced

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

Apa itu Teachable Enhanced?

Teachable Enhanced adalah ekstensi Chrome yang dikembangkan oleh https://peopleloveapps.com, dan fitur utamanya adalah "Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Teachable Enhanced

Unduh file ekstensi Teachable Enhanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Teachable Enhanced Teachable Enhanced
ID kljecbglbelbpicfkocnhkagcdhkcepb
URL Resmi https://chromewebstore.google.com/detail/teachable-enhanced/kljecbglbelbpicfkocnhkagcdhkcepb
Deskripsi Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.
Ukuran File 9.26 KB
Jumlah Instalasi 153
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-08
Tanggal Publikasi 2021-11-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://peopleloveapps.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://TeachableEnhanced.peopleloveapps.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}