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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |