Flashward

Let your browser make flashcards.

Flashward란 무엇입니까?

Flashward은(는) http://slaypni.github.io/flashward에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let your browser make flashcards."입니다.

확장 프로그램 스크린샷

screenshot

Flashward 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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