F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
F-Lingo란 무엇입니까?
F-Lingo은(는) flingo.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "F-Lingo helps you learn about selected words, phrases, and concepts."입니다.
확장 프로그램 스크린샷
F-Lingo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
F-Lingo works on top of FutureLearn to help you learn about selected words, phrases, and concepts in the text you're reading. Implemented as a Chrome Extension, it is part of a research project on language learning at the University of Waikato, New Zealand.
확장 프로그램 기본 정보
이름 | F-Lingo |
ID | gpnkpjgnifiokihiclgdclhcghhenpnk |
공식 URL | https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk |
설명 | F-Lingo helps you learn about selected words, phrases, and concepts. |
파일 크기 | 719 KB |
설치 횟수 | 210 |
현재 버전 | 0.0.1.15 |
최근 업데이트 | 2019-12-10 |
출시 날짜 | 2019-12-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | flingo.extension |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "F-Lingo", "description": "F-Lingo helps you learn about selected words, phrases, and concepts.", "version": "0.0.1.15", "browser_action": { "default_icon": "icon.png", "default_title": "To get started click anywhere on the black F-Lingo bar. \nIf you can't see the black bar, naviagte to FutureLearn and refresh the page" }, "content_scripts": [ { "matches": [ "https:\/\/www.futurelearn.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "\/scripts\/consent.js", "\/scripts\/survey.js", "\/scripts\/vocabtest.js", "\/scripts\/tracking.js", "\/scripts\/visualizing.js", "\/scripts\/interaction.js", "\/scripts\/processing.js", "\/scripts\/jquery-3.4.1.min.js", "\/scripts\/bootstrap.min.js", "\/css\/style.css", "\/css\/bootstrap.css", "\/css\/modal.css", "\/imgs\/loading.gif", "\/imgs\/logo.png", "\/imgs\/list.png", "\/imgs\/list-greyed.png", "\/imgs\/list-highlighted.png", "\/imgs\/flax-logo.png", "\/imgs\/wiktionary.png", "\/imgs\/wikipedia.png" ] } |