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
Eメール [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"
        }
    ]
}