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 :)
擴展基本資訊
名稱 | Busuu Japanese+ |
ID | hbbjbodfalgaikhpmlajlhdlgkbfjmjf |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |