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"
    }
}