Lazy Words

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

Co to jest Lazy Words?

Lazy Words to rozszerzenie Chrome opracowane przez https://lazywords.com, a jego główną funkcją jest „Learn a new language on autopilot. Practice new vocabulary while you browse the web.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lazy Words

Pobierz pliki rozszerzeń Lazy Words w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Lazy Words Lazy Words
ID polpfcbiieeblkbloekdlbfpegcbfjmn
Oficjalny URL https://chromewebstore.google.com/detail/lazy-words/polpfcbiieeblkbloekdlbfpegcbfjmn
Opis Learn a new language on autopilot. Practice new vocabulary while you browse the web.
Rozmiar pliku 683 KB
Liczba instalacji 272
Aktualna Wersja 2.12
Ostatnia Aktualizacja 2021-11-06
Data Publikacji 2019-06-15
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://lazywords.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.lazywords.com
Obsługiwane Języki 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"
    }
}