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ファイルをダウンロード
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" ] } |