Shotgun Translation

Chrome extension of Shotgun translation

Was ist Shotgun Translation?

Shotgun Translation ist eine Chrome-Erweiterung, die von Magidea entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension of Shotgun translation".

Erweiterungsscreenshots

screenshot
screenshot

Shotgun Translation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shotgun Translation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
Offizielle URL https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Beschreibung Chrome extension of Shotgun translation
Dateigröße 1.41 MB
Installationsanzahl 85
Aktuelle Version 1.1.4
Letztes Update 2018-09-03
Veröffentlichungsdatum 2018-09-03
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Magidea
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.facebook.com/kb.translation
Hilfeseite URL https://www.facebook.com/kb.translation
Unterstützte Sprachen 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'"
}