Weeve

Weeve - Learn Languages Through Context.

Co je Weeve?

Weeve je rozšíření Chrome vyvinuté https://weeve.ie, a jeho hlavní funkcí je „Weeve - Learn Languages Through Context.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Weeve

Stáhněte si soubory rozšíření Weeve ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Weeve Weeve
ID kgjlgpkaofmihecmhpieeenlfcmcjdib
Oficiální URL https://chromewebstore.google.com/detail/weeve/kgjlgpkaofmihecmhpieeenlfcmcjdib
Popis Weeve - Learn Languages Through Context.
Velikost souboru 23.64 MB
Počet instalací 3,228
Aktuální Verze 1.2.1
Poslední Aktualizace 2024-01-05
Datum Vydání 2023-09-12
Hodnocení 4.91/5 Celkem 22 Hodnocení
Vývojář https://weeve.ie
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.weeve.ie
URL Stránky Zásad Ochrany Soukromí https://www.weeve.ie/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}