Busuu Lesson Review

Displays a checkbox at every lesson to be reviewed later

Busuu Lesson Review là gì?

Busuu Lesson Review là một tiện ích mở rộng Chrome được phát triển bởi Ragaboom Corp, và tính năng chính của nó là "Displays a checkbox at every lesson to be reviewed later".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Busuu Lesson Review

Tải xuống các tệp mở rộng Busuu Lesson Review dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Busuu Lesson Review Busuu Lesson Review
ID gmcgekjmjakpnkcflmcnicobpjpdieoe
URL Chính Thức https://chromewebstore.google.com/detail/busuu-lesson-review/gmcgekjmjakpnkcflmcnicobpjpdieoe
Mô tả Displays a checkbox at every lesson to be reviewed later
Kích Thước Tệp 52.87 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-18
Ngày Phát Hành 2022-04-18
Nhà Phát Triển Ragaboom Corp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}