Logophile
Learn new words as you surf the web
Logophile란 무엇입니까?
Logophile은(는) ryguy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn new words as you surf the web"입니다.
확장 프로그램 스크린샷
Logophile 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Logophile transforms new tabs into flashcards to help you learn words and expand your vocabulary. You can use one of Logophile's 3 included word lists, or add words of your own. Each time you open a new tab, Logophile will select a new word from your list and display it on the screen. You can then click on the screen to reveal the definition and an example sentence (if available), then mark the word as 'Learned' once you've mastered it. You can add words manually in bulk, add them from a webpage you're reading, or from your Kindle. Pick and choose from 20 different color options to spruce up your new tab, and expand your vocabulary at the same time!
확장 프로그램 기본 정보
이름 | Logophile |
ID | bkoeglnnidiebhahjmlodfakgfnhekmm |
공식 URL | https://chromewebstore.google.com/detail/logophile/bkoeglnnidiebhahjmlodfakgfnhekmm |
설명 | Learn new words as you surf the web |
파일 크기 | 192 KB |
설치 횟수 | 317 |
현재 버전 | 1.5.5 |
최근 업데이트 | 2021-04-17 |
출시 날짜 | 2020-04-27 |
평점 | 4.63/5 총 8 개의 평점 |
개발자 | ryguy |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.google.com/forms/d/e/1FAIpQLScbrrAuPh79VbTvfp6WfZ4NS7kfeYh8nayHIXM75i9A2nUP4w/viewform |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Logophile", "version": "1.5.5", "description": "Learn new words as you surf the web", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "identity.email", "identity", "contextMenus", "storage" ], "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/favicon48.png", "128": "images\/favicon128.png" }, "browser_action": { "default_icon": { "16": "images\/favicon16.png", "32": "images\/favicon32.png" }, "default_title": "Logophile" }, "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "background.js" ] }, "manifest_version": 2 } |