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