Learn English with NETFLIX

The application converts subtitles into sentences with highlighting grammatical structures

Τι είναι το Learn English with NETFLIX;

Το Learn English with NETFLIX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://eng4.me, και η κύρια λειτουργία του είναι "The application converts subtitles into sentences with highlighting grammatical structures".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Learn English with NETFLIX

Λήψη αρχείων επέκτασης Learn English with NETFLIX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Learn English with NETFLIX Learn English with NETFLIX
ID kjlgnhhbebdhgeajbnjilhacdilmipgg
Επίσημο URL https://chrome.google.com/webstore/detail/learn-english-with-netfli/kjlgnhhbebdhgeajbnjilhacdilmipgg
Περιγραφή The application converts subtitles into sentences with highlighting grammatical structures
Μέγεθος Αρχείου 22.04 KB
Αριθμός Εγκαταστάσεων 839
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2020-09-09
Ημερομηνία Δημοσίευσης 2020-09-05
Προγραμματιστής https://eng4.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://eng4.me
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/f.eng4.me/
Υποστηριζόμενες Γλώσσες 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"
    ]
}