Shotgun Translation

Chrome extension of Shotgun translation

ما هو Shotgun Translation؟

Shotgun Translation هو إضافة Chrome تم تطويرها بواسطة Magidea، والميزة الرئيسية لها هي "Chrome extension of Shotgun translation".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Shotgun Translation

قم بتنزيل ملفات الامتداد Shotgun Translation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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]                    

معلومات أساسية عن التمديد

الاسم Shotgun Translation Shotgun Translation
ID jenllcokekgobneobjcmaloidjmfbfbp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/shotgun-translation/jenllcokekgobneobjcmaloidjmfbfbp
الوصف Chrome extension of Shotgun translation
حجم الملف 1.41 MB
عدد التثبيتات 85
النسخة الحالية 1.1.4
آخر تحديث 2018-09-03
تاريخ النشر 2018-09-03
تقييم 5.00/5 مجموع تقييمات 5
المطور Magidea
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.facebook.com/kb.translation
عنوان صفحة المساعدة https://www.facebook.com/kb.translation
اللغات المدعومة 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'"
}