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”。
擴展截圖
下載Busuu Lesson Review擴展crx文件
下載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 |
ID | gmcgekjmjakpnkcflmcnicobpjpdieoe |
官方網址 | 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" } } |