Flashward

Let your browser make flashcards.

Cos'è Flashward?

Flashward è un'estensione di Chrome sviluppata da http://slaypni.github.io/flashward, e la sua funzione principale è "Let your browser make flashcards.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flashward

Scarica i file di estensione Flashward in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Flashward Flashward
ID klhmcnkgigddgihjcddalhaehcpinkjn
URL Ufficiale https://chrome.google.com/webstore/detail/flashward/klhmcnkgigddgihjcddalhaehcpinkjn
Descrizione Let your browser make flashcards.
Dimensione del File 10.08 KB
Conteggio Installazioni 15
Versione Corrente 0.1.1
Ultimo Aggiornamento 2014-09-11
Data di Pubblicazione 2014-09-11
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore http://slaypni.github.io/flashward
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://slaypni.github.io/flashward/
URL della Pagina di Aiuto http://slaypni.github.io/flashward/
Lingue Supportate 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'"
}