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