Word Definition

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

Что такое Word Definition?

Word Definition - это расширение Chrome, разработанное http://haohany.github.io, и его основная функция - "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Word Definition

Скачайте файлы расширений 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"
    ]
}