Netflix Subtitles Translator

Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.

什麼是Netflix Subtitles Translator?

Netflix Subtitles Translator是由krbv開發的Chrome擴展程式,該擴展的主要功能是“Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.”。

擴展截圖

screenshot

下載Netflix Subtitles Translator擴展crx文件

下載Netflix Subtitles Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to quickly translate netflix subtitles from one language to other language.                    

擴展基本資訊

名稱 Netflix Subtitles Translator Netflix Subtitles Translator
ID lifnhhhbkmkobgokokejfjnfpgcnappe
官方網址 https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe
簡介 Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
檔案大小 90.9 KB
安裝次數 5,588
目前版本 0.1.2
更新時間 2018-11-23
上架時間 2018-11-23
評分 3.50/5 共 10 次評分
開發者 krbv
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-small.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.",
    "icons": {
        "128": "icon-large.png",
        "16": "icon-bitty.png",
        "48": "icon-small.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitles Translator",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "short_name": "Netflix Subtitles Translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2"
}