Leo Dictionary Widget
Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!
Leo Dictionary Widget란 무엇입니까?
Leo Dictionary Widget은(는) Jakob Buchgraber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!"입니다.
확장 프로그램 스크린샷
Leo Dictionary Widget 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to select a word or phrase on a website and to look it up in the LEO dictionary by simply pressing a keyboard shortcut. The dictionary pops up conveniently in the upper right corner inside your browser window. It does not open a new tab or window. The shortcut defaults to Alt+W, however you can set it to virtually any shortcut in the options page. The language defaults to German - English and can also be configured in the options page. Available languages are: English ⇔ German French ⇔ German Spanish ⇔ German Italian ⇔ German Chinese ⇔ German Russian ⇔ German Portuguese ⇔ German Polish ⇔ German For feature requests and bug reports please contact me at [email protected]. ** NOTICE ** For existing users the shortcut changed from Alt+Q to Alt+W. I am sorry if this caused you any inconvenience, however it was necessary as the old shortcut caused a lot of trouble for some users. ** NEW IN VERSION 2.0.2 ** - Now also works with Facebook and GMail ** NEW IN VERSION 2.0.4 ** - Apple Mac users can now use the command key as a part of their shortcut ** NEW IN VERSION 2.1 ** - Open the dictionary by selecting a word and right click. ** NEW IN VERSION 2.3 ** - Bug fixes
확장 프로그램 기본 정보
이름 | Leo Dictionary Widget |
ID | kepemmpmljphklmpfgfmhpjhpdlccpke |
공식 URL | https://chromewebstore.google.com/detail/leo-dictionary-widget/kepemmpmljphklmpfgfmhpjhpdlccpke |
설명 | Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed! |
파일 크기 | 242 KB |
설치 횟수 | 6,436 |
현재 버전 | 2.4 |
최근 업데이트 | 2017-04-20 |
출시 날짜 | 2017-04-20 |
평점 | 3.72/5 총 87 개의 평점 |
개발자 | Jakob Buchgraber |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leo Dictionary Widget", "manifest_version": 2, "description": "Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!", "permissions": [ "contextMenus" ], "icons": { "48": "leo48.png", "128": "leo128.png" }, "version": "2.4", "options_page": "fancy-settings\/source\/index.html", "background": { "scripts": [ "fancy-settings\/source\/lib\/store.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "leodictwidget.js" ] } ] } |