Flashward

Let your browser make flashcards.

Wat is Flashward?

Flashward is een Chrome-extensie ontwikkeld door http://slaypni.github.io/flashward, en de belangrijkste functie is "Let your browser make flashcards.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flashward

Download Flashward-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Flashward Flashward
ID klhmcnkgigddgihjcddalhaehcpinkjn
Officiële URL https://chrome.google.com/webstore/detail/flashward/klhmcnkgigddgihjcddalhaehcpinkjn
Beschrijving Let your browser make flashcards.
Bestandsgrootte 10.08 KB
Aantal Installaties 15
Huidige Versie 0.1.1
Laatst Bijgewerkt 2014-09-11
Publicatiedatum 2014-09-11
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://slaypni.github.io/flashward
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://slaypni.github.io/flashward/
Help Pagina-URL http://slaypni.github.io/flashward/
Ondersteunde Talen 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'"
}