Vocab Saver

Save Vocab Words

Vocab Saverとは何ですか?

Vocab Saverはpeterthomasdevによって開発されたChromeの拡張機能で、その主な機能は「Save Vocab Words」です。

拡張機能のスクリーンショット

screenshot

Vocab Saver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Using this extension you can add words to vocab lists as you are reading in your browser.

This allows you to continue your train of thought with minimal interruptions from new words.

Once you are done you can simply copy and paste the list of words into your choice of flashcards or vocab lists.

Vocab Saver has a language list for all languages that Google offers.                    

拡張機能の基本情報

名前 Vocab Saver Vocab Saver
ID kigpnagaaaipafllijciicggngbpdcbh
公式URL https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh
説明 Save Vocab Words
ファイルサイズ 44.26 KB
インストール数 193
現在のバージョン 2.1
最終更新日 2017-04-03
公開日 2017-04-03
評価 5.00/5 合計 3 レビュー
開発者 peterthomasdev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocab Saver",
    "description": "Save Vocab Words",
    "version": "2.1",
    "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/1.3.0\/material.min.js; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "16-bit-icon.ico"
    },
    "browser_action": {
        "default_icon": "standard-icon.png",
        "default_popup": "vocabSaver.html"
    }
}