Masterlingo - Learn languages as you scroll

Flashcards that are always with you, anywhere on the web.

Masterlingo - Learn languages as you scroll क्या है?

Masterlingo - Learn languages as you scroll Alan Buzek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flashcards that are always with you, anywhere on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Masterlingo - Learn languages as you scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Masterlingo allows you to translate foreign words on webpages and effortlessly create flashcards from them. Saved words appear highlighted and available for immediate in-page review. Pick from 49 supported languages and start your journey to language mastery today!

Your entire flashcard collection lives at Masterlingo.app where it can be further managed and reviewed at any moment. To make learning as effective as possible, Masterlingo makes use of a spaced-repetition algorithm picking the best time to practice a given word.

For feedback, suggestions or anything else related, please get in touch with us by email at [email protected], we'll be happy to hear from you!                    

एक्सटेंशन की मूल जानकारी

नाम Masterlingo - Learn languages as you scroll Masterlingo - Learn languages as you scroll
ID fbfmjjebfpcefapmipcbckbdpfnjhfmj
आधिकारिक URL https://chromewebstore.google.com/detail/masterlingo-learn-languag/fbfmjjebfpcefapmipcbckbdpfnjhfmj
विवरण Flashcards that are always with you, anywhere on the web.
फ़ाइल का आकार 3.42 MB
स्थापना संख्या 978
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-11-16
प्रकाशन तिथि 2019-04-26
रेटिंग 4.60/5 कुल 30 रेटिंग्स
डेवलपर Alan Buzek
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://masterlingo.app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Masterlingo",
    "name": "Masterlingo - Learn languages as you scroll",
    "description": "Flashcards that are always with you, anywhere on the web.",
    "version": "1.0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "\/static\/img\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/static\/img\/icon16.png",
        "48": "\/static\/img\/icon48.png",
        "128": "\/static\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/styles.css",
        "\/static\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/masterlingo.app\/*"
        ]
    }
}