Learn English with NETFLIX

The application converts subtitles into sentences with highlighting grammatical structures

Vad är Learn English with NETFLIX?

Learn English with NETFLIX är en Chrome-tillägg utvecklad av https://eng4.me, och dess huvudfunktion är "The application converts subtitles into sentences with highlighting grammatical structures".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Learn English with NETFLIX-förlängningens CRX-fil

Ladda ner Learn English with NETFLIX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The application converts subtitles into sentences with highlighting grammatical structures
We convert English subtitles from netflix videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.                    

Grundläggande Information om Tillägg

Namn Learn English with NETFLIX Learn English with NETFLIX
ID kjlgnhhbebdhgeajbnjilhacdilmipgg
Officiell webbadress https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg
Beskrivning The application converts subtitles into sentences with highlighting grammatical structures
Filstorlek 22.04 KB
Antal Installationer 839
Aktuell Version 1.0.3
Senast Uppdaterad 2020-09-09
Publiceringsdatum 2020-09-05
Utvecklare https://eng4.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://eng4.me
Hjälpsida URL https://www.facebook.com/f.eng4.me/
Stödda Språk en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "netflix_eng4-me.js",
        "netflix_eng4-me.css"
    ]
}