Weeve

Weeve - Learn Languages Through Context.

Was ist Weeve?

Weeve ist eine Chrome-Erweiterung, die von https://weeve.ie entwickelt wurde, und ihr Hauptmerkmal ist "Weeve - Learn Languages Through Context.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Weeve-Erweiterungs-CRX-Datei herunterladen

Laden Sie Weeve-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🌐 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!                    

Grundlegende Informationen zur Erweiterung

Name Weeve Weeve
ID kgjlgpkaofmihecmhpieeenlfcmcjdib
Offizielle URL https://chromewebstore.google.com/detail/weeve/kgjlgpkaofmihecmhpieeenlfcmcjdib
Beschreibung Weeve - Learn Languages Through Context.
Dateigröße 23.64 MB
Installationsanzahl 3,228
Aktuelle Version 1.2.1
Letztes Update 2024-01-05
Veröffentlichungsdatum 2023-09-12
Bewertung 4.91/5 Insgesamt 22 Bewertungen
Entwickler https://weeve.ie
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.weeve.ie
URL der Datenschutzrichtlinien-Seite https://www.weeve.ie/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}