Weeve

Weeve - Learn Languages Through Context.

Weeve란 무엇입니까?

Weeve은(는) https://weeve.ie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weeve - Learn Languages Through Context."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Weeve 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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