Video Cleaner for Safari™
Learn better by improving the video experience of Safari Books Online.
Video Cleaner for Safari™คืออะไร?
Video Cleaner for Safari™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b2m9.com และคุณลักษณะหลักของมันคือ "Learn better by improving the video experience of Safari Books Online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Cleaner for Safari™
ดาวน์โหลดไฟล์ส่วนขยาย Video Cleaner for Safari™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Video Cleaner for Safari is a lightweight extension that will improve your learning experience on O'Reilly's education platform Safari Books Online by cleaning the video player interface of any obstructions, when you pause a lecture or code along in your editor.
Safari has a rapidly growing catalogue of video lectures. However, problems occur when you pause a video or start having multiple windows side by side – for example when you code along to the lectures in your editor.
When you pause a video, redundant interface elements obstruct your view of the video – rather unpleasant when you try to read the source code underneath. At smaller window sizes other interface elements start to hover above the video player, even when it is playing – also a rather suboptimal learning experience.
Video Cleaner for Safari will remove those obstacles and improve your overall learning experience on Safari. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ijocmobeifedpdihdjggkpacbhmjooig |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-cleaner-for-safari/ijocmobeifedpdihdjggkpacbhmjooig |
| คำอธิบาย | Learn better by improving the video experience of Safari Books Online. |
| ขนาดไฟล์ | 11.59 KB |
| จำนวนการติดตั้ง | 126 |
| เวอร์ชันปัจจุบัน | 2017.9.5 |
| อัปเดตครั้งล่าสุด | 2017-09-08 |
| วันที่เผยแพร่ | 2017-09-08 |
| ผู้พัฒนา | b2m9.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://gitlab.com/b2m9/safaribooks-video-extension |
| URL หน้าช่วยเหลือ | https://gitlab.com/b2m9/safaribooks-video-extension |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Video Cleaner for Safari\u2122",
"version": "2017.9.5",
"description": "Learn better by improving the video experience of Safari Books Online.",
"author": "Bob Massarczyk",
"homepage_url": "https:\/\/gitlab.com\/b2m9\/safaribooks-video-extension",
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"96": "img\/icon96.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.safaribooksonline.com\/library\/*",
"https:\/\/www.safaribooksonline.com\/case-studies\/*"
],
"js": [
"iframe-handler.js"
],
"css": [
"clean.css"
]
}
]
} | |