Shotgun Translation

Chrome extension of Shotgun translation

Wat is Shotgun Translation?

Shotgun Translation is een Chrome-extensie ontwikkeld door Magidea, en de belangrijkste functie is "Chrome extension of Shotgun translation".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shotgun Translation

Download Shotgun Translation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
Officiële URL https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Beschrijving Chrome extension of Shotgun translation
Bestandsgrootte 1.41 MB
Aantal Installaties 85
Huidige Versie 1.1.4
Laatst Bijgewerkt 2018-09-03
Publicatiedatum 2018-09-03
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Magidea
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.facebook.com/kb.translation
Help Pagina-URL https://www.facebook.com/kb.translation
Ondersteunde Talen 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'"
}