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 |
| 电子邮箱 | [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:\/\/*\/*"
]
} | |