Lazy Words

Learn a new language on autopilot. Practice new vocabulary while you browse the web.

什么是Lazy Words?

Lazy Words是由https://lazywords.com开发的Chrome扩展程序,该扩展的主要功能是“Learn a new language on autopilot. Practice new vocabulary while you browse the web.”。

扩展截图

screenshot

下载Lazy Words扩展crx文件

下载Lazy Words扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Busy people use Lazy Words to build up their vocabulary and practice on autopilot. You should too.

Learn Spanish, English, Portuguese, Italian or Hebrew.

Lazy Words is a Google Chrome extension that helps you learn and practice a new language while you read your favorite blogs or news.

You can also get Lazy Words for iPhone or Android on our web.

Reviews:
- “I’ve been using Lazy Words for a while now and love it. It’s helped me reinforce some words I only recently learned, and introduced me to some new ones. It’s a nice, easy, way to supplement everything else I do to learn Hebrew. Highly recommend it!"

- "Really cool app, I'll share it with my students"                    

扩展基本信息

名称 Lazy Words Lazy Words
ID polpfcbiieeblkbloekdlbfpegcbfjmn
官方URL https://chromewebstore.google.com/detail/lazy-words/polpfcbiieeblkbloekdlbfpegcbfjmn
简介 Learn a new language on autopilot. Practice new vocabulary while you browse the web.
文件大小 683 KB
安装次数 272
当前版本 2.12
更新时间 2021-11-06
上架时间 2019-06-15
评分 4.50/5 共8次评分
开发者 https://lazywords.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lazywords.com
支持的语言 en
manifest.json
{
    "author": "Kevin J. Hanna",
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.atlassian.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.carrd.co\/*",
                "*:\/\/*.lazyhebrew.com\/*"
            ],
            "js": [
                "mixpanel-utils.js",
                "content.js",
                "popper.js",
                "tippy.js",
                "font-awesome.js",
                "microsoft.cognitiveservices.speech.sdk.bundle.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Learn a new language on autopilot. Practice new vocabulary while you browse the web.",
    "homepage_url": "https:\/\/lazywords.com\/",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjNrLLFkq2JSgtugEi7NcFKJbKh\/1YqNmMFWPSKtMW89kkz2J0YJnjI8U3EITz6G9d+WPQnGA1bJv61BpXYDQohup2yb2IGcB1dU16ZVgJKZSO0rJC1j63Jq3zLrTZ4iU4CAdMUHGTks+99cGRbcFN6R3P8jVCufoNYUTmJcVOTLfu+5rchAEumIGgNSTntqOtYt76dCbDoJwMBpXJ1UxW7sjK6cvfDSI64jh5UPuHXY1b75ktGGHQBHpVud+hjv3+3fP1v7Q\/MSOvOOGZPOsc+3q1ZpK6ImV+75YasVEoiK\/He5rjOO9Ae+RyB0zJFI95zDkt\/32a8w6emByPaRbrQIDAQAB",
    "manifest_version": 3,
    "name": "Lazy Words",
    "options_page": "popup.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "version": "2.12",
    "background": {
        "service_worker": "background.js"
    }
}