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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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+ Busuu Japanese+
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
이메일 [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\/*"
            ]
        }
    ]
}