Surf Learning - Open Beta
Select your native language from extension configuration and start to learn language with the content you surf on youtube
Surf Learning - Open Beta là gì?
Surf Learning - Open Beta là một tiện ích mở rộng Chrome được phát triển bởi yavuzhancaskurlu, và tính năng chính của nó là "Select your native language from extension configuration and start to learn language with the content you surf on youtube".
Ả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 Surf Learning - Open Beta
Tải xuống các tệp mở rộng Surf Learning - Open Beta 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
For now, this application only aims to instantly translate the words in the video subtitles being watched on YouTube, and to display a translated subtitle as a secondary subtitle depending on user preference. Some parts of the extension (DICTIONARY module and LOGIN module) do NOT work yet. They will be added soon. However, the FOLLOWING FEATURES are AVAILABLE in the application. -------------------------------------------------------------------------------------------------------------------- TRANSLATION TO ALL LANGUAGES -Regardless of your native language, you can choose the language you want from the extension configurations and translate to that language. INDEPENDENT OF VIDEO LANGUAGE -Whatever the language of the video, the language of the video is automatically detected and translated from that language. NO NEED FOR SPECIALLY CRAFTED SUBTITLES -The extension doesn't need custom subtitles made by other people to work. It can work with both subtitle and closed captions(auto generated by youtube). *Important* The video being watched must have at least one subtitle or closed caption for this extension to work properly. INSTANT TRANSLATION -You can translate instantly by moving your mouse over the word you want in the subtitles displayed by the extension on YouTube. DUAL SUBTITLES -On YouTube with double subtitles, you can see both the translation and the original dialogue at the same time and compare them. If you want to don not see secondary subtitle, you can turn off this feature from extension configurations. CONFIGURABLE FONT SIZE -You can resize font sizes of primary and secondary subtitles from extension configurations. CONFIGURABLE FONT COLOR -You can recolor fonts of primary and secondary subtitles from extension configurations. AUTO-RESIZE FOR SUBTITLES -Dynamically updating font-size according to your interface size and fullscreen changes. AUTO-PAUSE -We prevented you from missing a scene by automatically pausing when a word is translated in the subtitles displayed by the extension on YouTube. SUBTITLES IN THE SIDEBAR -You can view the entire dialogue on YouTube and quickly jump to the sentence you want. USER-FRIENDLY -Customizable. -Easy to use. -Ad-free. -Completely-free. ------------------------------------------------------------------------------------------------------------ Coming Soon (The features listed here are currently NOT working) -Dictionary Module -Login system (for dictionary module synchronization via google)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Surf Learning - Open Beta |
ID | bgoiennlbkgepofbpmfhijjaiimipckd |
URL Chính Thức | https://chromewebstore.google.com/detail/surf-learning-open-beta/bgoiennlbkgepofbpmfhijjaiimipckd |
Mô tả | Select your native language from extension configuration and start to learn language with the content you surf on youtube |
Kích Thước Tệp | 2.4 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-02-18 |
Ngày Phát Hành | 2022-02-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | yavuzhancaskurlu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Surf Learning - Open Beta", "description": "Select your native language from extension configuration and start to learn language with the content you surf on youtube", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting", "webRequest" ], "host_permissions": [ "https:\/\/www.youtube.com\/api\/", "https:\/\/clients5.google.com\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" }, "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "options.js", "options.css", "popup.js", "optionsFrame.css", "optionsFrame.html", "images\/trPop.png", "images\/back1080.png", "images\/500x500.png", "external\/bootstrap.bundle.min.js" ], "use_dynamic_url": true, "matches": [ "*:\/\/*\/*" ] } ] } |