Shotgun Translation

Chrome extension of Shotgun translation

Vad är Shotgun Translation?

Shotgun Translation är en Chrome-tillägg utvecklad av Magidea, och dess huvudfunktion är "Chrome extension of Shotgun translation".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shotgun Translation-förlängningens CRX-fil

Ladda ner Shotgun Translation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
Officiell webbadress https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
Beskrivning Chrome extension of Shotgun translation
Filstorlek 1.41 MB
Antal Installationer 85
Aktuell Version 1.1.4
Senast Uppdaterad 2018-09-03
Publiceringsdatum 2018-09-03
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Magidea
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.facebook.com/kb.translation
Hjälpsida URL https://www.facebook.com/kb.translation
Stödda Språk 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'"
}