2col-Coursera
Chrome extension to make Coursera's Video two columns.
2col-Courseraคืออะไร?
2col-Coursera เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mash และคุณลักษณะหลักของมันคือ "Chrome extension to make Coursera's Video two columns."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2col-Coursera
ดาวน์โหลดไฟล์ส่วนขยาย 2col-Coursera ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Chrome extension that displays videos and scripts in two columns on the Coursera lecture video page. You can watch the script and listen to the lecture at the same time. If you use Google Translate, you will be able to watch the translated script while listening to the lecture in English.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
คำอธิบาย | Chrome extension to make Coursera's Video two columns. |
ขนาดไฟล์ | 997 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-10-26 |
วันที่เผยแพร่ | 2021-09-12 |
ผู้พัฒนา | mash |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mash811/2col-Coursera |
URL หน้าช่วยเหลือ | https://github.com/mash811/2col-Coursera |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "author": "mash", "description": "__MSG_Description__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "2col-Coursera" }, "web_accessible_resources": [ "*" ], "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.coursera.org\/learn\/*" ], "css": [ "css\/style.css" ] } ] } |