Flashward

Let your browser make flashcards.

ما هو Flashward؟

Flashward هو إضافة Chrome تم تطويرها بواسطة http://slaypni.github.io/flashward، والميزة الرئيسية لها هي "Let your browser make flashcards.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flashward

قم بتنزيل ملفات الامتداد Flashward بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Flashward helps you learn new foreign words in an integrated way. It automatically creates flashcards as you look up words in online dictionaries. You can review them repeatedly with properly scheduled intervals for memorization.

Once this extension is installed, it watches what words are looked up while you are browsing the web. If you visit online dictionaries where Flashward can extract data, It stores the words to review later. You do not need to create flashcards by yourself. It is done by this extension automatically!

In order to review those words, you just go to Flashward's website. Flashward employs an algorithm that estimates the forgetting curve of each learner. The optimum intervals for spaced repetition are calculated based on the curve to maximize the effect of learning.

Let make foreign language learning more comfortable with Flashward!                    

معلومات أساسية عن التمديد

الاسم Flashward Flashward
ID klhmcnkgigddgihjcddalhaehcpinkjn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/flashward/klhmcnkgigddgihjcddalhaehcpinkjn
الوصف Let your browser make flashcards.
حجم الملف 10.08 KB
عدد التثبيتات 15
النسخة الحالية 0.1.1
آخر تحديث 2014-09-11
تاريخ النشر 2014-09-11
تقييم 1.00/5 مجموع تقييمات 2
المطور http://slaypni.github.io/flashward
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://slaypni.github.io/flashward/
عنوان صفحة المساعدة http://slaypni.github.io/flashward/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/secretary.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "history",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/slaypni.github.io\/*",
            "*:\/\/127.0.0.1\/*"
        ]
    },
    "homepage_url": "http:\/\/slaypni.github.io\/flashward\/",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}