Vocabulary Flash Card

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

Vocabulary Flash Card là gì?

Vocabulary Flash Card là một tiện ích mở rộng Chrome được phát triển bởi miz, và tính năng chính của nó là "This extention will create your vocabulary flash card automatically based on your accessing URLs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vocabulary Flash Card

Tải xuống các tệp mở rộng Vocabulary Flash Card dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vocabulary Flash Card Vocabulary Flash Card
ID gebhpkmockafkmbgpkagikdggkfnpaja
URL Chính Thức https://chromewebstore.google.com/detail/vocabulary-flash-card/gebhpkmockafkmbgpkagikdggkfnpaja
Mô tả This extention will create your vocabulary flash card automatically based on your accessing URLs.
Kích Thước Tệp 71.64 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2014-01-16
Ngày Phát Hành 2014-01-16
Đánh Giá 2.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển miz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}