Busuu Lesson Review
Displays a checkbox at every lesson to be reviewed later
Cos'è Busuu Lesson Review?
Busuu Lesson Review è un'estensione di Chrome sviluppata da Ragaboom Corp, e la sua funzione principale è "Displays a checkbox at every lesson to be reviewed later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Busuu Lesson Review
Scarica i file di estensione Busuu Lesson Review in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Busuu Lesson Review |
ID | gmcgekjmjakpnkcflmcnicobpjpdieoe |
URL Ufficiale | https://chromewebstore.google.com/detail/busuu-lesson-review/gmcgekjmjakpnkcflmcnicobpjpdieoe |
Descrizione | Displays a checkbox at every lesson to be reviewed later |
Dimensione del File | 52.87 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-18 |
Data di Pubblicazione | 2022-04-18 |
Sviluppatore | Ragaboom Corp |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |