LAOS — Your mandarin learning companion

LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!

LAOS — Your mandarin learning companion란 무엇입니까?

LAOS — Your mandarin learning companion은(는) Nassim El Khantour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LAOS — Your mandarin learning companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LAOS is your companion to learn mandarin! It not only offers an elegant pop-up translator but also a personal dictionary and various exercises (such as memory cards, list writing, fill sentences…)
All of these, bundled in a minimalist and modern-looking environment for a colourful and engaging learning experience.

 🔥NEW !!! You can now scan subtitles from your favorites VLOGS with the LAOS Image recognition tool ! (ALT+S) 

 ⚡️HIGHLIGHTS ⚡️ 
- Translate and look-up more that 110 000 mandarin words while browsing the web and reading mandarin.
- Add countless words to your personal dictionary on a single touch, and class them by categories.
- Choose up to 4 types of exercises and display modes to learn and play with your own list of words, at your own pace.
- Look for words examples and usage on Tatoeba.org.
- Access the main settings just by clicking the LAOS icon.
- A notification system allows you to learn passively while you’re doing other tasks or simply browsing the web.
- Scan and look-up words from your favorites videos.
- Convert websites to either simplified or traditional Chinese.


🛠 HOW TO USE 🛠 
- Simply point at mandarin words to pop-up the translator.
- Click on the words to display the Pinyin bubble below it.
- Press R if you wish to save it to your personal dictionary.
- Press alt + T to see examples and usage on Tatoeba.org.
- Press alt + E to open the LAOS center where your dictionary and the exercises await. (The LAOS center can also be accessed by clicking the LAOS icon via the button OPEN LAOS).
- In the LAOS center, choose between the 4 exercises modes on the left bar.
- Press alt + S to start the LAOS Image recognition tool to look-up words from your favorites videos.


 🚀 FEATURES 🚀
- A user-friendly and refined interface, aiming for the essential while avoiding austerity.
- Switch between simplified or traditional.
- Color scheme for tones for an easier memorisation and better distinction.
- Easy access to main settings.
- Zhuyin (Bopomofo) support.
- In-app help bubble.
- Dark mode available.
- Notification system displaying a random word from your list every 10 or 20 minutes.
- Switch between 4 display modes and exercises (table, flashcard, big display and fill sentences).
- Many options are available in each modes for an efficient end customised learning.
- OCR image recognition technology to scan subtitles from videos.


🌿 TO COME 🌿 
- Better gamification (score system, eye-candy animations…)
- A progress panel made of stats and graphs, displaying your improvement over time.
- Exporting your list under many formats such as pdf, xls(x) or txt.
- More advanced settings.
- Bug fixes. 


LAOS is young, but full of ambition: many more features are coming ! 🌟                    

확장 프로그램 기본 정보

이름 LAOS — Your mandarin learning companion LAOS — Your mandarin learning companion
ID phfknknpaoeiabieldikfgkocdnaejeh
공식 URL https://chromewebstore.google.com/detail/laos-%E2%80%94-your-mandarin-lear/phfknknpaoeiabieldikfgkocdnaejeh
설명 LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!
파일 크기 53.09 MB
설치 횟수 93
현재 버전 1.4.1.2
최근 업데이트 2023-04-04
출시 날짜 2021-07-25
개발자 Nassim El Khantour
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://elkhantour.com/project/LAOS
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LAOS \u2014 Your mandarin learning companion",
    "short_name": "LAOS",
    "author": "Nassim El Khantour",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/logo\/LAOS.png",
        "default_popup": "pages\/options\/options.html",
        "default_title": "LAOS"
    },
    "description": "LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!",
    "version": "1.4.1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "screencapture": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Enable the screen capture tool"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "pages\/content\/styles\/content.css",
                "pages\/content\/styles\/ocr.content.css",
                "pages\/content\/js\/jcrop\/jcrop.css"
            ],
            "js": [
                "js\/vendor\/jquery-3.6.0.min.js",
                "pages\/content\/js\/vendor\/pinyin-to-zhuyin.js",
                "pages\/content\/js\/vendor\/pinyin_converter.js",
                "js\/vendor\/convert.js",
                "pages\/content\/js\/jcrop\/jcrop.js",
                "pages\/content\/js\/components.js",
                "pages\/content\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "media\/*",
                "data\/*",
                "pages\/ocr\/ocr.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self' 'unsafe-inline' 'unsafe-eval';  worker-src 'self' blob: ;"
    },
    "icons": {
        "128": "assets\/logo\/LAOS.png",
        "16": "assets\/logo\/LAOS16.png",
        "48": "assets\/logo\/LAOS48.png"
    },
    "sandbox": {
        "pages": [
            "pages\/ocr\/ocr.html"
        ]
    }
}