Jisho MonoOboe
Remember the words that you search the most on jisho.org
Jisho MonoOboe란 무엇입니까?
Jisho MonoOboe은(는) MyNameIsKir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remember the words that you search the most on jisho.org"입니다.
확장 프로그램 스크린샷
Jisho MonoOboe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In your language learning adventure, you're looking up hundreds, then thousands of words. But there's that one- no those few words that you keep looking up but you can't quite remember which ones they are. And what was that word you looked up just a few minutes ago? That's where MonoOboe comes in. Keep track of the words you search for the most, and your ten most recent searches. It's a simple tool to help enable you to adapt your Japanese vocabulary to your own needs. Questions? Comments? Please feel free to shoot me an email at [email protected]
확장 프로그램 기본 정보
이름 | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
공식 URL | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
설명 | Remember the words that you search the most on jisho.org |
파일 크기 | 9.4 MB |
설치 횟수 | 409 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-05-22 |
출시 날짜 | 2018-05-22 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | MyNameIsKir |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jisho MonoOboe", "version": "1.0", "manifest_version": 2, "description": "Remember the words that you search the most on jisho.org", "author": "MyNameIsKir", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "48": "assets\/icon.png" } }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.jisho.org\/*" ], "css": [ "styles\/monooboe.css" ], "js": [ "scripts\/monooboe.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "pages\/*" ] } |