Feed Learn

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

Feed Learnคืออะไร?

Feed Learn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://feedlearn.herokuapp.com และคุณลักษณะหลักของมันคือ "FeedLearn helps you learn vocabulary by showing you quizzes as you browse your Facebook feed"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feed Learn

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}