Flashward

Let your browser make flashcards.

O que é Flashward?

Flashward é uma extensão do Chrome desenvolvida por http://slaypni.github.io/flashward, e sua principal característica é "Let your browser make flashcards.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Flashward

Baixe arquivos de extensão Flashward no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Flashward Flashward
ID klhmcnkgigddgihjcddalhaehcpinkjn
URL Oficial https://chrome.google.com/webstore/detail/flashward/klhmcnkgigddgihjcddalhaehcpinkjn
Descrição Let your browser make flashcards.
Tamanho do Arquivo 10.08 KB
Contagem de Instalações 15
Versão Atual 0.1.1
Última Atualização 2014-09-11
Data de Publicação 2014-09-11
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor http://slaypni.github.io/flashward
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://slaypni.github.io/flashward/
URL da Página de Ajuda http://slaypni.github.io/flashward/
Idiomas Suportados 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'"
}