Look It Up

Look up any selected word in Vocabulary.com

Look It Upとは何ですか?

Look It Upはppasihtekillによって開発されたChromeの拡張機能で、その主な機能は「Look up any selected word in Vocabulary.com」です。

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

screenshot

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

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

拡張機能の使用方法

                        Just an extension to look up the selected word in Vocabulary.com.                    

拡張機能の基本情報

名前 Look It Up Look It Up
ID cmompjaaafddbklhjknojkfjcndadlhc
公式URL https://chromewebstore.google.com/detail/look-it-up/cmompjaaafddbklhjknojkfjcndadlhc
説明 Look up any selected word in Vocabulary.com
ファイルサイズ 18.76 KB
インストール数 93
現在のバージョン 0.1
最終更新日 2013-06-06
公開日 2013-06-06
評価 5.00/5 合計 3 レビュー
開発者 ppasihtekill
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look It Up",
    "description": "Look up any selected word in Vocabulary.com",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "background": {
        "scripts": [
            "vocabulary.js"
        ]
    },
    "manifest_version": 2
}