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
公式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
Eメール [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'"
}