Lazy Words

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

Qu'est-ce que Lazy Words ?

Lazy Words est une extension Chrome développée par https://lazywords.com, et sa fonction principale est "Learn a new language on autopilot. Practice new vocabulary while you browse the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lazy Words

Téléchargez les fichiers d'extension Lazy Words au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Lazy Words Lazy Words
ID polpfcbiieeblkbloekdlbfpegcbfjmn
URL Officiel https://chromewebstore.google.com/detail/lazy-words/polpfcbiieeblkbloekdlbfpegcbfjmn
Description Learn a new language on autopilot. Practice new vocabulary while you browse the web.
Taille du Fichier 683 KB
Nombre d'Installations 272
Version Actuelle 2.12
Dernière Mise à Jour 2021-11-06
Date de Publication 2019-06-15
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://lazywords.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lazywords.com
Langues Prises en Charge 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"
    }
}