Busuu Lesson Review

Displays a checkbox at every lesson to be reviewed later

Busuu Lesson Review란 무엇입니까?

Busuu Lesson Review은(는) Ragaboom Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a checkbox at every lesson to be reviewed later"입니다.

확장 프로그램 스크린샷

screenshot

Busuu Lesson Review 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Busuu Lesson Review Busuu Lesson Review
ID gmcgekjmjakpnkcflmcnicobpjpdieoe
공식 URL https://chromewebstore.google.com/detail/busuu-lesson-review/gmcgekjmjakpnkcflmcnicobpjpdieoe
설명 Displays a checkbox at every lesson to be reviewed later
파일 크기 52.87 KB
설치 횟수 49
현재 버전 1.0
최근 업데이트 2022-04-18
출시 날짜 2022-04-18
개발자 Ragaboom Corp
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}