Busuu Lesson Review

Displays a checkbox at every lesson to be reviewed later

Busuu Lesson Reviewคืออะไร?

Busuu Lesson Review เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ragaboom Corp และคุณลักษณะหลักของมันคือ "Displays a checkbox at every lesson to be reviewed later"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Busuu Lesson Review

ดาวน์โหลดไฟล์ส่วนขยาย Busuu Lesson Review ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}