Shotgun Translation

Chrome extension of Shotgun translation

什麼是Shotgun Translation?

Shotgun Translation是由Magidea開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension of Shotgun translation”。

擴展截圖

screenshot
screenshot

下載Shotgun Translation擴展crx文件

下載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
官方網址 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'"
}