LookUp - Personal Vocabulary Companion
Build your vocabulary by looking up word meanings, and saving the ones you want.
LookUp - Personal Vocabulary Companion란 무엇입니까?
LookUp - Personal Vocabulary Companion은(는) https://ninadsutrave.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build your vocabulary by looking up word meanings, and saving the ones you want."입니다.
확장 프로그램 스크린샷
LookUp - Personal Vocabulary Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LookUp is a free and easy-to-use vocabulary companion. A handy extension for all (especially for students, frequent readers and new English learners), as it helps in learning new words and building one's vocabulary. Key features: ⋆ Instantly search for the meaning of a word that you haven't heard before. ⋆ Get more information such as the part of speech, phonetics, sentence usage, pronunciation and more. ⋆ Save the words in your very own personal bookmarked list for viewing them later which is a great way to build your knowledge. ⋆ Use the Shortcut Key: Ctrl + Shift + L for quicker access to the extension. Add it to your chrome browser now to try it out! Like it? Dislike it? Have a suggestion? Let me know by writing a feedback. Source Code: https://github.com/NinadSutrave/lookup-chrome Thank you!
확장 프로그램 기본 정보
이름 | LookUp - Personal Vocabulary Companion |
ID | lamkbakfmcoaibacdbpgejffopbhhpgn |
공식 URL | https://chromewebstore.google.com/detail/lookup-personal-vocabular/lamkbakfmcoaibacdbpgejffopbhhpgn |
설명 | Build your vocabulary by looking up word meanings, and saving the ones you want. |
파일 크기 | 368 KB |
설치 횟수 | 59 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-05-12 |
출시 날짜 | 2022-01-18 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://ninadsutrave.in |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/ninadsutrave/lookup-chrome/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LookUp - Personal Vocabulary Companion", "description": "Build your vocabulary by looking up word meanings, and saving the ones you want.", "version": "1.0.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |