SubLime
Show subroutines synced to HTML5 video
什么是SubLime?
SubLime是由jori.devel开发的Chrome扩展程序,该扩展的主要功能是“Show subroutines synced to HTML5 video”。
扩展截图
下载SubLime扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |