F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
Co je F-Lingo?
F-Lingo je rozšíření Chrome vyvinuté flingo.extension, a jeho hlavní funkcí je „F-Lingo helps you learn about selected words, phrases, and concepts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření F-Lingo
Stáhněte si soubory rozšíření F-Lingo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | F-Lingo |
ID | gpnkpjgnifiokihiclgdclhcghhenpnk |
Oficiální URL | https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk |
Popis | F-Lingo helps you learn about selected words, phrases, and concepts. |
Velikost souboru | 719 KB |
Počet instalací | 210 |
Aktuální Verze | 0.0.1.15 |
Poslední Aktualizace | 2019-12-10 |
Datum Vydání | 2019-12-09 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | flingo.extension |
Typ Platby | free |
Podporované Jazyky | 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" ] } |