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ファイルをダウンロード
Netflix Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |