Flashward

Let your browser make flashcards.

Qu'est-ce que Flashward ?

Flashward est une extension Chrome développée par http://slaypni.github.io/flashward, et sa fonction principale est "Let your browser make flashcards.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flashward

Téléchargez les fichiers d'extension Flashward au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Flashward Flashward
ID klhmcnkgigddgihjcddalhaehcpinkjn
URL Officiel https://chrome.google.com/webstore/detail/flashward/klhmcnkgigddgihjcddalhaehcpinkjn
Description Let your browser make flashcards.
Taille du Fichier 10.08 KB
Nombre d'Installations 15
Version Actuelle 0.1.1
Dernière Mise à Jour 2014-09-11
Date de Publication 2014-09-11
Évaluation 1.00/5 Total 2 Évaluations
Développeur http://slaypni.github.io/flashward
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://slaypni.github.io/flashward/
URL de la Page d'Aide http://slaypni.github.io/flashward/
Langues Prises en Charge 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'"
}