Wordie!

Select. Translate. With Wordreference!

Что такое Wordie!?

Wordie! - это расширение Chrome, разработанное Francesco Malatesta, и его основная функция - "Select. Translate. With Wordreference!".

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

screenshot

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

Скачайте файлы расширений Wordie! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With Wordie you can easily translate a word you don't know, using Wordreference. How?

- select the word you need to translate;
- press Alt + W;
- tah-dah! :)

You can also right-click after you have selected a word, and then use the "Wordie!" menu for more options.                    

Основная информация о расширении

Название Wordie! Wordie!
ID jjbabalpgmamghijhepnkdimbpomefbo
Официальный URL https://chromewebstore.google.com/detail/wordie/jjbabalpgmamghijhepnkdimbpomefbo
Описание Select. Translate. With Wordreference!
Размер файла 32.42 KB
Количество установок 1,218
Текущая Версия 2.3.6
Последнее Обновление 2017-02-08
Дата публикации 2017-02-07
Рейтинг 4.43/5 Всего 23 оценок
Разработчик Francesco Malatesta
Тип оплаты free
Официальный сайт расширения http://www.hellofrancesco.com
Поддерживаемые языки de,en,fr,es,it,pt-BR,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordie!",
    "short_name": "Wordie!",
    "version": "2.3.6",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "media\/16.png",
        "24": "media\/24.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "browser_action": {
        "default_icon": "media\/24.png",
        "default_popup": "popup.html"
    },
    "author": "Francesco Malatesta",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/languages.js",
            "scripts\/core.js",
            "scripts\/menus.js",
            "scripts\/shortcuts.js"
        ]
    },
    "commands": {
        "sc-translate": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Default language translation shortcut."
        },
        "sc-translate-reverse": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Default language reverse translation shortcut."
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}