Lookup Word in Dictionary
Looks up the selected text on a world famous online dictionary.
Lookup Word in Dictionary란 무엇입니까?
Lookup Word in Dictionary은(는) baspeti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Looks up the selected text on a world famous online dictionary."입니다.
확장 프로그램 스크린샷
Lookup Word in Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just right-click on the selected text and choose * Lookup 'text' on the world famous, blue and red colored online dictionary context menu item and there you go! It was easy, huh? Or alternatively you can hit "Alt + W" shortcut to get the selected text looked up or if there is nothing selected, then the online dictionary is started up on a new tab. (Since version 1.2) HINT: Just be careful not hitting "Ctrl (Cmd on Mac) + W" instead, because it will close your active tab. But in case if you did so, don't panic, you can recover that tab by pressing "Ctrl (Cmd on Mac) + Shift + T". Buy me a coffee :) https://www.buymeacoffee.com/baspeti
확장 프로그램 기본 정보
이름 | Lookup Word in Dictionary |
ID | kbkglbhikjonodlofbcomogfcbfjipog |
공식 URL | https://chromewebstore.google.com/detail/lookup-word-in-dictionary/kbkglbhikjonodlofbcomogfcbfjipog |
설명 | Looks up the selected text on a world famous online dictionary. |
파일 크기 | 31.97 KB |
설치 횟수 | 15,209 |
현재 버전 | 1.7 |
최근 업데이트 | 2022-05-21 |
출시 날짜 | 2015-03-16 |
평점 | 4.38/5 총 85 개의 평점 |
개발자 | baspeti |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lookup Word in Dictionary", "description": "Looks up the selected text on a world famous online dictionary.", "version": "1.7", "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "w_logo_16x16.png", "48": "w_logo_48x48.png", "128": "w_logo_128x128.png" }, "background": { "persistent": false, "scripts": [ "lookupW.js" ] }, "commands": { "lookup-on-MW": { "suggested_key": { "default": "Alt+W" }, "description": "Lookup Word" } }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |