F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
Что такое F-Lingo?
F-Lingo - это расширение Chrome, разработанное flingo.extension, и его основная функция - "F-Lingo helps you learn about selected words, phrases, and concepts.".
Снимки экрана расширения
Скачать файл CRX расширения F-Lingo
Скачайте файлы расширений F-Lingo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |