Definer Of Words

Defines Words You Highlight With Mouse Cursor

Definer Of Wordsとは何ですか?

Definer Of Wordsはkevin.teal1によって開発されたChromeの拡張機能で、その主な機能は「Defines Words You Highlight With Mouse Cursor」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

拡張機能の基本情報

名前 Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
公式URL https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
説明 Defines Words You Highlight With Mouse Cursor
ファイルサイズ 45.1 KB
インストール数 169
現在のバージョン 1.0
最終更新日 2015-07-21
公開日 2015-07-21
評価 5.00/5 合計 1 レビュー
開発者 kevin.teal1
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}