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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/
Διεύθυνση URL της Σελίδας Βοήθειας 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'"
}