LAOS — Your mandarin learning companion

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

What is LAOS — Your mandarin learning companion?

LAOS — Your mandarin learning companion is a Chrome extension developed by Nassim El Khantour, and its main feature is "LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LAOS — Your mandarin learning companion Extension CRX File

Download LAOS — Your mandarin learning companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LAOS — Your mandarin learning companion LAOS — Your mandarin learning companion
ID phfknknpaoeiabieldikfgkocdnaejeh
Official URL https://chromewebstore.google.com/detail/laos-%E2%80%94-your-mandarin-lear/phfknknpaoeiabieldikfgkocdnaejeh
Description LAOS is THE chinese learning toolbox! It offers a popup translator, personalised exercises and much more!
File Size 53.09 MB
Installation Count 93
Current Version 1.4.1.2
Last Updated 2023-04-04
Publish Date 2021-07-25
Developer Nassim El Khantour
Email [email protected]
Payment Type free
Extension Website https://elkhantour.com/project/LAOS
Supported Languages 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"
        ]
    }
}