Feed Learn

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

什么是Feed Learn?

Feed Learn是由https://feedlearn.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed”。

扩展截图

screenshot

下载Feed Learn扩展crx文件

下载Feed Learn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Feed Learn Feed Learn
ID ebmjdfhplinmlajmdcmhkikideknlgkf
官方URL https://chromewebstore.google.com/detail/feed-learn/ebmjdfhplinmlajmdcmhkikideknlgkf
简介 FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed
文件大小 46 KB
安装次数 14
当前版本 1.18
更新时间 2015-09-16
上架时间 2015-09-16
评分 4.67/5 共3次评分
开发者 https://feedlearn.herokuapp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://feedlearn.herokuapp.com/
帮助页面URL https://feedlearn.herokuapp.com/
隐私政策页面URL https://github.com/habitlab/habitlab/wiki/Privacy
支持的语言 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"
        }
    ]
}