F-Lingo

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

什麼是F-Lingo?

F-Lingo是由flingo.extension開發的Chrome擴展程式,該擴展的主要功能是“F-Lingo helps you learn about selected words, phrases, and concepts.”。

擴展截圖

screenshot
screenshot
screenshot

下載F-Lingo擴展crx文件

下載F-Lingo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 F-Lingo F-Lingo
ID gpnkpjgnifiokihiclgdclhcghhenpnk
官方網址 https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk
簡介 F-Lingo helps you learn about selected words, phrases, and concepts.
檔案大小 719 KB
安裝次數 210
目前版本 0.0.1.15
更新時間 2019-12-10
上架時間 2019-12-09
評分 5.00/5 共 2 次評分
開發者 flingo.extension
付費類型 free
支援的語言 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"
    ]
}