Video Bookmarks Controller
Set and jump to bookmarks in HTML5 video with quick shortcuts.
Video Bookmarks Controllerคืออะไร?
Video Bookmarks Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chiubeta และคุณลักษณะหลักของมันคือ "Set and jump to bookmarks in HTML5 video with quick shortcuts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Bookmarks Controller
ดาวน์โหลดไฟล์ส่วนขยาย Video Bookmarks Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Set and jump to bookmarks in HTML5 video with quick shortcuts. Video Bookmarker Chrome extension saves your time. It makes every video on the web like a book. You can easily bookmark the video. And next time you navigate to the same video, it keeps all the bookmarks for you. For those learn language and listen to music from drama, film and online video, this extension makes it simple and convenient. Try our AB repeat function to loop the favorite clips in videos. - Feature 1. Bookmarks on video progress bar 2. Manage bookmarks which is separated from url 3. AB Repeat 4. Speed up or slow down 5. Reassign shortcut - Shortcut `W` - add bookmarks. `Q` - jump to previous bookmark. `E` - jump to next bookmark. `A` - set AB Repeat start time. `B` - set AB Repeat end time. `S` - decrease playback speed. `D` - increase playback speed. `R` - toggle video repeating. `H` - toggle show/hide bookmarks. `Mouse Double Clicking` - remove specific bookmark. - Feedback If you have any new idea about our extension, please navigate to my Github repo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Bookmarks Controller |
ID | mknjmmimahenojgmpamokenibeecfonh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-bookmarks-controlle/mknjmmimahenojgmpamokenibeecfonh |
คำอธิบาย | Set and jump to bookmarks in HTML5 video with quick shortcuts. |
ขนาดไฟล์ | 7.98 MB |
จำนวนการติดตั้ง | 299 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-05-10 |
วันที่เผยแพร่ | 2019-05-12 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | chiubeta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Bookmarks Controller", "short_name": "videobookmarkers", "description": "Set and jump to bookmarks in HTML5 video with quick shortcuts.", "version": "1.0.1", "manifest_version": 3, "minimum_chrome_version": "88", "homepage_url": "https:\/\/github.com\/chiubeta\/video_bookmarker", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "execute.js" ] } ], "background": { "service_worker": "background.js" } } |