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 |
| 官方網址 | 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"
]
}
]
} | |