Netflix Translate
Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.
Netflix Translate란 무엇입니까?
Netflix Translate은(는) shimin.nikita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it."입니다.
확장 프로그램 스크린샷
Netflix Translate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1) translate any word from netflix video subtitles just by clicking on it; 2) multi language support; 3) 10 sec. video rewind button will be added to standard netflix player; 4) quick search for translation using popup; Similar services: Livemocha, Busuu, w2mem, Grammar-teacher, Omegle, Lang-8, Interpals, Sharedtalk, British Council, Preply, PhrazeMix, About Education, Voice of America, Learn English Today, BBC
확장 프로그램 기본 정보
이름 | Netflix Translate |
ID | cppopffhjdgeijpkpaoebneockpeehdo |
공식 URL | https://chromewebstore.google.com/detail/netflix-translate/cppopffhjdgeijpkpaoebneockpeehdo |
설명 | Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it. |
파일 크기 | 105 KB |
설치 횟수 | 14,054 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-02-15 |
출시 날짜 | 2016-02-15 |
평점 | 3.42/5 총 45 개의 평점 |
개발자 | shimin.nikita |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Translate", "short_name": "Netflix Translate", "description": "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.", "homepage_url": "http:\/\/nikitos.com\/learn_english_with_netflix_subtitles_chrome_extension.html", "version": "1.0.2", "permissions": [ "tabs", "*:\/\/*.netflix.com\/*" ], "browser_action": { "default_title": "Translate", "default_icon": "icons\/icon16.png", "default_popup": "src\/popup\/html\/index.html" }, "background": { "page": "src\/popup\/html\/index.html", "permissions": [ "tabs" ] }, "content_scripts": [ { "css": [ "src\/embedded\/css\/styles.css" ], "js": [ "src\/embedded\/js\/script.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "web_accessible_resources": [ "src\/inject\/js\/script.js" ], "manifest_version": 2, "default_locale": "en", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" } } |