Feed Learn

FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed

Feed Learn là gì?

Feed Learn là một tiện ích mở rộng Chrome được phát triển bởi https://feedlearn.herokuapp.com, và tính năng chính của nó là "FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed".

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

screenshot

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

Tải xuống các tệp mở rộng Feed Learn 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

                        FeedLearn helps you learn Japanese vocabulary as you browse your Facebook feed by showing you quizzes as you browse your Facebook feed. Please login at https://feedlearn.herokuapp.com/study1 and do the pre-test for week 1 vocabulary after installing.                    

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

Tên Feed Learn Feed Learn
ID ebmjdfhplinmlajmdcmhkikideknlgkf
URL Chính Thức https://chromewebstore.google.com/detail/feed-learn/ebmjdfhplinmlajmdcmhkikideknlgkf
Mô tả FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed
Kích Thước Tệp 46 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.18
Cập Nhật Lần Cuối 2015-09-16
Ngày Phát Hành 2015-09-16
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://feedlearn.herokuapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://feedlearn.herokuapp.com/
URL Trang Trợ Giúp https://feedlearn.herokuapp.com/
URL Trang Chính Sách Bảo Mật https://github.com/habitlab/habitlab/wiki/Privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Learn",
    "short_name": "feedlearn",
    "description": "FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed",
    "version": "1.18",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "cookies",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/feedlearn.herokuapp.com\/*",
        "https:\/\/feedlearn.herokuapp.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "baseurl.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.1.min.js",
                "jquery.isinview.js",
                "baseurl.js",
                "feedlearn.js"
            ],
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "jquery-1.11.1.min.js",
                "feedlearninstalled.js"
            ],
            "matches": [
                "http:\/\/feedlearn.herokuapp.com\/study1",
                "https:\/\/feedlearn.herokuapp.com\/study1"
            ],
            "run_at": "document_end"
        }
    ]
}