Weeve

Weeve - Learn Languages Through Context.

Weeveคืออะไร?

Weeve เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weeve.ie และคุณลักษณะหลักของมันคือ "Weeve - Learn Languages Through Context."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weeve

ดาวน์โหลดไฟล์ส่วนขยาย Weeve ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🌐 Turn Your Tabs into Language Lessons 🌐

Let’s face it, after a busy day working, studying or scrolling through twitter - The last thing we want to do is to muster up the motivation to sit down and cram through 100 flash cards, or grind out complicated grammar lessons. 

The Way of The Weeve

Switch on the extension and carry on with your day. As you're browsing, we sneakily swap out words and phrases into your target language. You learn the most frequent words as you go about your business online.

The Deal

Weeve is free to download, and also comes with a free 14-day premium trial. For the price of a coffee and a pastry each month, Weeve premium gives you unrestricted access to the word review system allowing you to level up quickly. Even without it, the free version's no slouch.

Your Privacy is Our Priority

When you add Weeve, it says that we can “read and change all your data on the websites you visit.” But don't worry, it's not as scary as it sounds. What it really means is that Weeve translates the words you see on a webpage into the language you're learning. We respect your privacy and have no interest in tracking your online activities. Trust us, we're all about languages, not lurking. Learn more here: https://weeve.com/privacy

Stuck? We're here!

Got questions? Need help? Shoot an email to [email protected] 
Our support team is all ears and eager to assist, no query too big or small.

WHAT PROBLEMS DOES WEEVE SOLVE?

😑 Traditional language learning can be boring and time-consuming
✅ Weeve makes it fun and integrates it into your daily online activities

😑 Traditional language learning methods can feel abstract and irrelevant
✅ Weeve teaches you within the context of your regular browsing, making it natural and organic

😑 Finding time for separate language learning can be challenging
✅ Weeve seamlessly fits language learning into your busy schedule

WHAT ARE THE BENEFITS OF WEEVE?

⏰ Saves time by integrating language learning into your daily browsing
✔️ Provides contextual learning, enhancing understanding and retention
✏️ You control your learning pace, increase difficulty as you progress
🪄 Turn Your Procrastination time into Productive Time
🌐 Ditch the Dull Methods of Learning, Weeve prepares you for Immersion

WHO IS WEEVE FOR?

Everyone who wants to learn a new language but is strapped for time:

🟣 Students
🟣 Professionals
🟣 Language enthusiasts
🟣 Travellers
🟣 Lifelong learners

Ready for a fun and effortless language learning journey? Weeve got you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Weeve Weeve
ID kgjlgpkaofmihecmhpieeenlfcmcjdib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weeve/kgjlgpkaofmihecmhpieeenlfcmcjdib
คำอธิบาย Weeve - Learn Languages Through Context.
ขนาดไฟล์ 23.64 MB
จำนวนการติดตั้ง 3,228
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-05
วันที่เผยแพร่ 2023-09-12
คะแนน 4.91/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://weeve.ie
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.weeve.ie
URL หน้านโยบายความเป็นส่วนตัว https://www.weeve.ie/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.a883289c.png",
        "32": "icon32.plasmo.2802d941.png",
        "48": "icon48.plasmo.6847aa5e.png",
        "64": "icon64.plasmo.ce90ab5d.png",
        "128": "icon128.plasmo.607edd93.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.a883289c.png",
            "32": "icon32.plasmo.2802d941.png",
            "48": "icon48.plasmo.6847aa5e.png",
            "64": "icon64.plasmo.ce90ab5d.png",
            "128": "icon128.plasmo.607edd93.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.2.1",
    "author": "Weeve Languages Limited ",
    "name": "Weeve",
    "description": "Weeve - Learn Languages Through Context.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.b950e208.js"
            ],
            "all_frames": false,
            "css": [
                "font.715fb600.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "font.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "EuclidCircularB-Regular.5d135885.woff2",
                "Inter-Regular.9c7bc402.ttf",
                "content.4c91ade2.css",
                "content.c3c64c9c.css",
                "content.383ad106.png"
            ]
        }
    ]
}