Shotgun Translation

Chrome extension of Shotgun translation

Qu'est-ce que Shotgun Translation ?

Shotgun Translation est une extension Chrome développée par Magidea, et sa fonction principale est "Chrome extension of Shotgun translation".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shotgun Translation

Téléchargez les fichiers d'extension Shotgun Translation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
URL Officiel https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Description Chrome extension of Shotgun translation
Taille du Fichier 1.41 MB
Nombre d'Installations 85
Version Actuelle 1.1.4
Dernière Mise à Jour 2018-09-03
Date de Publication 2018-09-03
Évaluation 5.00/5 Total 5 Évaluations
Développeur Magidea
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/kb.translation
URL de la Page d'Aide https://www.facebook.com/kb.translation
Langues Prises en Charge 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'"
}