F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
Was ist F-Lingo?
F-Lingo ist eine Chrome-Erweiterung, die von flingo.extension entwickelt wurde, und ihr Hauptmerkmal ist "F-Lingo helps you learn about selected words, phrases, and concepts.".
Erweiterungsscreenshots
F-Lingo-Erweiterungs-CRX-Datei herunterladen
Laden Sie F-Lingo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gpnkpjgnifiokihiclgdclhcghhenpnk |
| Offizielle URL | https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk |
| Beschreibung | F-Lingo helps you learn about selected words, phrases, and concepts. |
| Dateigröße | 719 KB |
| Installationsanzahl | 210 |
| Aktuelle Version | 0.0.1.15 |
| Letztes Update | 2019-12-10 |
| Veröffentlichungsdatum | 2019-12-09 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | flingo.extension |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |