Vocabulary Flash Card

This extention will create your vocabulary flash card automatically based on your accessing URLs.

Vocabulary Flash Card란 무엇입니까?

Vocabulary Flash Card은(는) miz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extention will create your vocabulary flash card automatically based on your accessing URLs."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will save your accessing URLs automatically as your bookmark. 

Use case:
If you are learning any language, and accessing an online dictionary frequently, this extension will create your vocabulary flash card as your bookmark. You can find all your searched words in your bookmark folder.

Using this extension, you can:

- Specify URL patterns to save, exclude pattern not to save.
- Lookup your searching words from the title or URL of the page.
- Choose your bookmark folder to save your bookmarks.
- Have multiple set of configurations as many as you like.

By default, this extension has 2 sets of configuration, and those are disabled. Please modify, add and remove these configurations as you like.

In addition, this extension will:

- Sync your configuration to all your Chrome browsers.
- Sync your vocabulary flash card to all your Chrome browsers. 

These features are depends on Chrome sync. In order to use these features, please sign in to your Chrome browser with your Google account, and enable Extensions and Bookmarks sync.                    

확장 프로그램 기본 정보

이름 Vocabulary Flash Card Vocabulary Flash Card
ID gebhpkmockafkmbgpkagikdggkfnpaja
공식 URL https://chromewebstore.google.com/detail/vocabulary-flash-card/gebhpkmockafkmbgpkagikdggkfnpaja
설명 This extention will create your vocabulary flash card automatically based on your accessing URLs.
파일 크기 71.64 KB
설치 횟수 121
현재 버전 0.2.1
최근 업데이트 2014-01-16
출시 날짜 2014-01-16
평점 2.00/5 총 3 개의 평점
개발자 miz
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocabulary Flash Card",
    "version": "0.2.1",
    "description": "This extention will create your vocabulary flash card automatically based on your accessing URLs.",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs"
    ],
    "options_page": "options.html"
}