Flashward

Let your browser make flashcards.

什么是Flashward?

Flashward是由http://slaypni.github.io/flashward开发的Chrome扩展程序,该扩展的主要功能是“Let your browser make flashcards.”。

扩展截图

screenshot

下载Flashward扩展crx文件

下载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'"
}