F-Lingo

F-Lingo helps you learn about selected words, phrases, and concepts.

Vad är F-Lingo?

F-Lingo är en Chrome-tillägg utvecklad av flingo.extension, och dess huvudfunktion är "F-Lingo helps you learn about selected words, phrases, and concepts.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner F-Lingo-förlängningens CRX-fil

Ladda ner F-Lingo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn F-Lingo F-Lingo
ID gpnkpjgnifiokihiclgdclhcghhenpnk
Officiell webbadress https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk
Beskrivning F-Lingo helps you learn about selected words, phrases, and concepts.
Filstorlek 719 KB
Antal Installationer 210
Aktuell Version 0.0.1.15
Senast Uppdaterad 2019-12-10
Publiceringsdatum 2019-12-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare flingo.extension
Betalningssätt free
Stödda Språk 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"
    ]
}