Shotgun Translation

Chrome extension of Shotgun translation

Shotgun Translation là gì?

Shotgun Translation là một tiện ích mở rộng Chrome được phát triển bởi Magidea, và tính năng chính của nó là "Chrome extension of Shotgun translation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shotgun Translation

Tải xuống các tệp mở rộng Shotgun Translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
URL Chính Thức https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Mô tả Chrome extension of Shotgun translation
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2018-09-03
Ngày Phát Hành 2018-09-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Magidea
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/kb.translation
URL Trang Trợ Giúp https://www.facebook.com/kb.translation
Ngôn Ngữ Được Hỗ Trợ 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'"
}