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
公式URL 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"
}