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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |