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"
]
} | |