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是由https://peopleloveapps.com开发的Chrome扩展程序,该扩展的主要功能是“Make Teachable.com more user-friendly. Toggle the course sidebar, so the video takes up more screen without going full screen.”。
扩展截图
下载Teachable Enhanced扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |