F-Lingo

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

F-Lingo là gì?

F-Lingo là một tiện ích mở rộng Chrome được phát triển bởi flingo.extension, và tính năng chính của nó là "F-Lingo helps you learn about selected words, phrases, and concepts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng F-Lingo

Tải xuống các tệp mở rộng F-Lingo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên F-Lingo F-Lingo
ID gpnkpjgnifiokihiclgdclhcghhenpnk
URL Chính Thức https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk
Mô tả F-Lingo helps you learn about selected words, phrases, and concepts.
Kích Thước Tệp 719 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 0.0.1.15
Cập Nhật Lần Cuối 2019-12-10
Ngày Phát Hành 2019-12-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển flingo.extension
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}