vttlive
Add subtitles from internet as VTT tracks to HTML5 video element on the page
vttlive là gì?
vttlive là một tiện ích mở rộng Chrome được phát triển bởi stt, và tính năng chính của nó là "Add subtitles from internet as VTT tracks to HTML5 video element on the page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng vttlive
Tải xuống các tệp mở rộng vttlive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Provides a page action (icon on the address bar) for selected sites (as specified in extension options). When page action is clicked a search is made to podnapisi.net for a subtitle matching the video element on the page or in an iframe. If a subtitle is found it's added as track element to the video. Meaning that you'll get subtitles to a video that otherwise would have none. :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | vttlive |
ID | bnlbkeoehifnpknkegfjnhiaoechbnkj |
URL Chính Thức | https://chromewebstore.google.com/detail/vttlive/bnlbkeoehifnpknkegfjnhiaoechbnkj |
Mô tả | Add subtitles from internet as VTT tracks to HTML5 video element on the page |
Kích Thước Tệp | 61.77 KB |
Số Lần Cài Đặt | 539 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2015-07-31 |
Ngày Phát Hành | 2015-07-31 |
Đánh Giá | 2.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | stt |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://vtt.herokuapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "38", "description": "__MSG_appDescription__", "incognito": "split", "icons": { "128": "images\/cc.png" }, "default_locale": "en", "optional_permissions": [], "permissions": [ "storage", "activeTab", "declarativeContent", "http:\/\/www.podnapisi.net\/.*", "http:\/\/vtt.herokuapp.com\/.*" ], "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ] }, "page_action": { "default_icon": { "38": "images\/cc.png" }, "default_title": "vttlive", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true } } |