F-Lingo

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

O que é F-Lingo?

F-Lingo é uma extensão do Chrome desenvolvida por flingo.extension, e sua principal característica é "F-Lingo helps you learn about selected words, phrases, and concepts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão F-Lingo

Baixe arquivos de extensão F-Lingo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome F-Lingo F-Lingo
ID gpnkpjgnifiokihiclgdclhcghhenpnk
URL Oficial https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk
Descrição F-Lingo helps you learn about selected words, phrases, and concepts.
Tamanho do Arquivo 719 KB
Contagem de Instalações 210
Versão Atual 0.0.1.15
Última Atualização 2019-12-10
Data de Publicação 2019-12-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor flingo.extension
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}