F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
What is F-Lingo?
F-Lingo is a Chrome extension developed by flingo.extension, and its main feature is "F-Lingo helps you learn about selected words, phrases, and concepts.".
Extension Screenshots
Download F-Lingo Extension CRX File
Download F-Lingo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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.                     Extension Basic Information
| Name |   |  
| ID | gpnkpjgnifiokihiclgdclhcghhenpnk | 
| Official URL | https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk | 
| Description | F-Lingo helps you learn about selected words, phrases, and concepts. | 
| File Size | 719 KB | 
| Installation Count | 210 | 
| Current Version | 0.0.1.15 | 
| Last Updated | 2019-12-10 | 
| Publish Date | 2019-12-09 | 
| Rating | 5.00/5 Total 2 Ratings | 
| Developer | flingo.extension | 
| Payment Type | free | 
| Supported Languages | 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"
    ]
}  |  |