Shotgun Translation

Chrome extension of Shotgun translation

Shotgun Translation란 무엇입니까?

Shotgun Translation은(는) Magidea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension of Shotgun translation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shotgun Translation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}