Lazy Words

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

Τι είναι το Lazy Words;

Το Lazy Words είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lazywords.com, και η κύρια λειτουργία του είναι "Learn a new language on autopilot. Practice new vocabulary while you browse the web.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Lazy Words

Λήψη αρχείων επέκτασης 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"
    }
}