Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

Vocabularyとは何ですか?

VocabularyはJoeによって開発されたChromeの拡張機能で、その主な機能は「Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box」です。

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

screenshot

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

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

拡張機能の使用方法

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

拡張機能の基本情報

名前 Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
公式URL https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
説明 Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
ファイルサイズ 8.85 KB
インストール数 298
現在のバージョン 0.1
最終更新日 2018-12-31
公開日 2018-12-31
評価 5.00/5 合計 2 レビュー
開発者 Joe
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}