Busuu Japanese+
Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
Busuu Japanese+とは何ですか?
Busuu Japanese+はIs Future Brightによって開発されたChromeの拡張機能で、その主な機能は「Improve your bussu experience when studying japanese. Remove the romaji for god's sake.」です。
Busuu Japanese+拡張機能のCRXファイルをダウンロード
Busuu Japanese+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you like using Busuu for learning Japanese but hate the fact that there's no way to get rid of the romaji on the website, well here's a quick solution. Install the extension and get rid of all the romaji so you can focus and learn more :) 拡張機能の基本情報
| 名前 | |
| ID | hbbjbodfalgaikhpmlajlhdlgkbfjmjf |
| 公式URL | https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf |
| 説明 | Improve your bussu experience when studying japanese. Remove the romaji for god's sake. |
| ファイルサイズ | 4.4 KB |
| インストール数 | 64 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2016-08-07 |
| 公開日 | 2016-08-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Is Future Bright |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Busuu Japanese+",
"version": "0.0.1",
"description": "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.busuu.com\/*"
]
}
]
} | |