Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

Word Definitionとは何ですか?

Word Definitionはhttp://haohany.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Get detailed definition in both English and Chinese for any selected word on a webpage.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Just select a word and you're good to go!                    

拡張機能の基本情報

名前 Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
公式URL https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
説明 Get detailed definition in both English and Chinese for any selected word on a webpage.
ファイルサイズ 51.54 KB
インストール数 181
現在のバージョン 1.2
最終更新日 2015-03-01
公開日 2015-03-01
評価 5.00/5 合計 8 レビュー
開発者 http://haohany.github.io
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}