vttlive
Add subtitles from internet as VTT tracks to HTML5 video element on the page
vttlive क्या है?
vttlive stt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add subtitles from internet as VTT tracks to HTML5 video element on the page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में vttlive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. :)
एक्सटेंशन की मूल जानकारी
नाम | vttlive |
ID | bnlbkeoehifnpknkegfjnhiaoechbnkj |
आधिकारिक URL | https://chromewebstore.google.com/detail/vttlive/bnlbkeoehifnpknkegfjnhiaoechbnkj |
विवरण | Add subtitles from internet as VTT tracks to HTML5 video element on the page |
फ़ाइल का आकार | 61.77 KB |
स्थापना संख्या | 539 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2015-07-31 |
प्रकाशन तिथि | 2015-07-31 |
रेटिंग | 2.25/5 कुल 4 रेटिंग्स |
डेवलपर | stt |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://vtt.herokuapp.com/ |
समर्थित भाषाएँ | 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 } } |