Shotgun Translation

Chrome extension of Shotgun translation

Что такое Shotgun Translation?

Shotgun Translation - это расширение Chrome, разработанное Magidea, и его основная функция - "Chrome extension of Shotgun translation".

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

screenshot
screenshot

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

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

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

                        The content of Google Translation is not enough
Dict.cn can only give you few sample sentence
Finally, you opened Bing Dictionary...

If this is you. You need a "Shotgun"
You can have your very own combination.
Get explanation, pronunciation, example sentence, in one shot.

This is your best dictionary.

News:
https://www.facebook.com/kb.translation

Any suggestion of good online dictionary,
please send me a mail to:
[email protected]                    

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

Название Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
Официальный URL https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Описание Chrome extension of Shotgun translation
Размер файла 1.41 MB
Количество установок 85
Текущая Версия 1.1.4
Последнее Обновление 2018-09-03
Дата публикации 2018-09-03
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Magidea
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.facebook.com/kb.translation
URL страницы помощи https://www.facebook.com/kb.translation
Поддерживаемые языки en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "Chrome extension of Shotgun translation",
    "version": "1.1.4",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contextMenus",
        "system.display",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/sg-core.js",
            "js\/web-services.js",
            "js\/preference-dao.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16px.png",
        "48": "images\/icon-48px.png",
        "128": "images\/icon-128px.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}