SUFLI - Netflix subtitles translator
A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
SUFLI - Netflix subtitles translatorとは何ですか?
SUFLI - Netflix subtitles translatorはamidartによって開発されたChromeの拡張機能で、その主な機能は「A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click」です。
拡張機能のスクリーンショット
SUFLI - Netflix subtitles translator拡張機能のCRXファイルをダウンロード
SUFLI - Netflix subtitles translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Use left mouse button to translate a single word.
- Use right mouse button to translate a phrase - just right-click on each word.
- Multiple dictionaries, multiple directions.
- Has subtitles history and you can use translator there too!
Feel free to contact me at [email protected] 拡張機能の基本情報
| 名前 | |
| ID | glhnfeapdblacaodpihdfcaijfddedec |
| 公式URL | https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec |
| 説明 | A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click |
| ファイルサイズ | 326 KB |
| インストール数 | 3,227 |
| 現在のバージョン | 0.9.6 BETA |
| 最終更新日 | 2018-11-26 |
| 公開日 | 2018-11-26 |
| 評価 | 3.32/5 合計 53 レビュー |
| 開発者 | amidart |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://dmitry.artamoshkin.com/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SUFLI - Netflix subtitles translator",
"short_name": "SUFLI",
"description": "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click",
"version": "0.9.6",
"version_name": "0.9.6 BETA",
"icons": {
"128": "img\/icon256.png",
"256": "img\/icon256.png"
},
"background": {
"scripts": [
"\/lib\/jquery-2.2.4.min.js",
"\/lib\/mustache-2.3.0.min.js",
"\/lib\/google-analytics-bundle.js",
"\/js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.netflix.com\/*"
],
"js": [
"lib\/jquery-2.2.4.min.js",
"lib\/netflix.js",
"\/js\/content-script-0.js"
],
"css": [
"css\/netflix.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"\/html\/*",
"\/img\/*"
],
"permissions": [
"storage",
"*:\/\/translate.google.com\/*",
"*:\/\/api.urbandictionary.com\/*",
"*:\/\/glosbe.com\/*",
"*:\/\/api.lingualeo.com\/*"
],
"optional_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |