Easysubs
Improve your language skills by watching TV shows and movies.
Easysubs란 무엇입니까?
Easysubs은(는) https://easysubs.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your language skills by watching TV shows and movies."입니다.
확장 프로그램 스크린샷
Easysubs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
************************** 🎉New in v1.5.7 🎉************************** - Fix kinopub CDN ************************************************************************* Features: - Support multiple video services: Netflix, YouTube (videos and originals), Coursera KinoPub (kino.pub), English With Fun (https://english-with-fun.com) - Word and full subtitle translation. Just hover over the word you want to translate it or click on subtitles for translation all text. - Export words to learning services. Support: LinguaLeo (lingualeo.com) and Puzzle English (https://puzzle-english.com/) - Rewind to previous and next subtitle. Press to arrow button on keyboard for rewind by subtitles. - Subtitles progress bar. At the bottom of the player, there is a subtitles progress bar to simplify navigation between subtitles. Click on the progress bar to rewind the video to the desired point. - Subtitles settings. The extension allows you to adjust the size of the subtitles and their delay. - Change subtitles position. You can drag subtitles to any part of the screen. - Custom subtitles. You can upload your custom subtitles if they are not on the video service, supported SRT and VTT formats. - Show all available audio tracks and subtitles on Netflix regardless of region.
확장 프로그램 기본 정보
이름 | Easysubs |
ID | ocelmccppkcibiflhhepafdjjomimddf |
공식 URL | https://chromewebstore.google.com/detail/easysubs/ocelmccppkcibiflhhepafdjjomimddf |
설명 | Improve your language skills by watching TV shows and movies. |
파일 크기 | 1.64 MB |
설치 횟수 | 4,425 |
현재 버전 | 1.5.7 |
최근 업데이트 | 2023-08-14 |
출시 날짜 | 2020-04-06 |
평점 | 4.28/5 총 54 개의 평점 |
개발자 | https://easysubs.cc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://easysubs.cc |
도움말 페이지 URL | https://github.com/Nitrino/easysubs |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easysubs", "version": "1.5.7", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/Nitrino\/easysubs", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png", "1024": "icons\/icon1024.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "browser action demo", "default_popup": "browser_action.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |