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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feed Learn
قم بتنزيل ملفات الامتداد Feed Learn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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/ |
عنوان صفحة المساعدة | https://feedlearn.herokuapp.com/ |
عنوان صفحة سياسة الخصوصية | 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" } ] } |