SubLime
Show subroutines synced to HTML5 video
SubLimeคืออะไร?
SubLime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jori.devel และคุณลักษณะหลักของมันคือ "Show subroutines synced to HTML5 video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SubLime
ดาวน์โหลดไฟล์ส่วนขยาย SubLime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SubLime allows you to overlay SRT subtitles over an HTML5 video element on a web page. Tested with YouTube, Netflix and vimeo (if HTML5 video is used instead of flash video). Sync can be adjusted in a number of ways, and if desired, the re-synced subtitles can be exported to a new file. For more info, see: https://sub-lime.appspot.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SubLime |
ID | mfbmioaibkokjaddfppfcpnpcbjhlomo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo |
คำอธิบาย | Show subroutines synced to HTML5 video |
ขนาดไฟล์ | 67.52 KB |
จำนวนการติดตั้ง | 136 |
เวอร์ชันปัจจุบัน | 1.9.1 |
อัปเดตครั้งล่าสุด | 2015-11-14 |
วันที่เผยแพร่ | 2015-11-14 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jori.devel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sub-lime.appspot.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SubLime", "description": "Show subroutines synced to HTML5 video", "version": "1.9.1", "homepage_url": "https:\/\/sub-lime.appspot.com\/", "permissions": [ "activeTab" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "FileSaver.js", "jquery.min.js", "sublime.js", "sublimelet.js", "sublime.css", "options.html", "options.js", "vex-theme-wireframe.css", "vex.css", "vex.dialog.js", "vex.js" ] } |