Busuu Lesson Review

Displays a checkbox at every lesson to be reviewed later

What is Busuu Lesson Review?

Busuu Lesson Review is a Chrome extension developed by Ragaboom Corp, and its main feature is "Displays a checkbox at every lesson to be reviewed later".

Extension Screenshots

screenshot

Download Busuu Lesson Review Extension CRX File

Download Busuu Lesson Review 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

                        This extension enhances Busuu's dashboard by providing a way to save lessons that you want to practice again.
A small button is also added in the left side of the page where you can filter the lesson list by only showing the ones marked to be reviewed.

* Please, support the icon's author at https://www.flaticon.com/free-icons/back-to-school                    

Extension Basic Information

Name Busuu Lesson Review Busuu Lesson Review
ID gmcgekjmjakpnkcflmcnicobpjpdieoe
Official URL https://chromewebstore.google.com/detail/busuu-lesson-review/gmcgekjmjakpnkcflmcnicobpjpdieoe
Description Displays a checkbox at every lesson to be reviewed later
File Size 52.87 KB
Installation Count 49
Current Version 1.0
Last Updated 2022-04-18
Publish Date 2022-04-18
Developer Ragaboom Corp
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Busuu Lesson Review",
    "description": "Displays a checkbox at every lesson to be reviewed later",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background_worker.js"
    },
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/www.busuu.com\/dashboard#\/timeline"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/backpack-16.png",
            "32": "\/images\/backpack-32.png",
            "48": "\/images\/backpack-48.png",
            "128": "\/images\/backpack-128.png"
        }
    },
    "icons": {
        "16": "\/images\/backpack-16.png",
        "32": "\/images\/backpack-32.png",
        "48": "\/images\/backpack-48.png",
        "128": "\/images\/backpack-128.png"
    }
}