Flash Cardon

Language learning aid

Flash Cardon란 무엇입니까?

Flash Cardon은(는) aquilax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Language learning aid"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Turn any web page to a learning experience. 
The extension allows you to build vocabulary by keeping track of known words, and highlighting the new ones to learn. 
The whole collected vocabulary can be exported as structured text and used to create flash cards.

How to use
- Open a web page in the language you want to learn
- Click on the Flash Cardon icon on the top of the browser. All words which are not added will get an yellow highlight background.
- Double click on a word to add or update it's meaning.
- You can also see some statistics in the lower right corner of the page

Export/Import/Update Vocabulary
- Right click on the Flash Cardon icon and select Manage Words from the popup menu.

Source code can be found here: https://github.com/aquilax/flash-cardon

Changelog:

1.0.3
- Updated to manifest v3

1.0.2
- Adds support for showing translation as a html ruby

1.0.1
- added word review page (only randomized list at the moment)

1.0.0
- added created and updated fields for each word
- import from both old and new backups
- database migration on install

0.0.4 
- added download button on the manage words page                    

확장 프로그램 기본 정보

이름 Flash Cardon Flash Cardon
ID kljjkndkgodhkabbkecjlladgmeapiaf
공식 URL https://chromewebstore.google.com/detail/flash-cardon/kljjkndkgodhkabbkecjlladgmeapiaf
설명 Language learning aid
파일 크기 19.18 KB
설치 횟수 28
현재 버전 1.0.3
최근 업데이트 2023-08-24
출시 날짜 2020-05-21
개발자 aquilax
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aquilax/flash-cardon
도움말 페이지 URL https://github.com/aquilax/flash-cardon/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flash Cardon",
    "description": "Language learning aid",
    "version": "1.0.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon_19.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "scripting"
    ]
}