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ファイルをダウンロード

Vocabulary Flash Card拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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