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开发的Chrome扩展程序,该扩展的主要功能是“Flashcards that are always with you, anywhere on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Masterlingo - Learn languages as you scroll扩展crx文件

下载Masterlingo - Learn languages as you scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}