Search JLect
Search the online JLect Dictionary.
Search JLect란 무엇입니까?
Search JLect은(는) http://www.jlect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the online JLect Dictionary."입니다.
확장 프로그램 스크린샷
Search JLect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin provides two quick ways for searching the JLect online Japanese-English dictionary (aka JLect和英辞書 waei jisho). You can either highlight a word and right-click to search it up, or click on the menu icon to look up a term in either English, Japanese or Romaji. Note that JLect also offers results for various Japanese dialectal words and features a basic Okinawan dictionary. Happy searching! Version 0.20: Fixed incompatibility issue with certain extensions.
확장 프로그램 기본 정보
이름 | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
공식 URL | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
설명 | Search the online JLect Dictionary. |
파일 크기 | 19.39 KB |
설치 횟수 | 131 |
현재 버전 | 0.20 |
최근 업데이트 | 2014-07-01 |
출시 날짜 | 2014-07-01 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | http://www.jlect.com |
결제 유형 | free |
도움말 페이지 URL | http://www.jlect.com/forum/18-google-chrome-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Search the online JLect Dictionary.", "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Search JLect", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.20" } |