MyTranslator

Modern and powerful translator with many useful features

What is MyTranslator?

MyTranslator is a Chrome extension developed by milkarecalvin, and its main feature is "Modern and powerful translator with many useful features".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MyTranslator Extension CRX File

Download MyTranslator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Translate is the first name that comes to mind when we think of online translators, but there are many more you can try. With  extension MyTranslator you can translates words, phrases and texts, and compares the translation results between various online translation providers: Google Translate, Microsoft Bing Translator, Yandex Translator and DeepL Translator. 

Features:
• Support translate between 103 languages
• Сustomizable side-by-side view: one, two or three translation services
• Offline: translate 59 languages when you have no Internet
• Instant translation of the entire web page
• Multiple translation providers (Google, Microsoft, Yandex, DeepL)
• The application is totally free and safely.

Are you browsing a webpage and need to translate words quickly? To do this, simply right-click on the desired text or word and click “Quick Translation”. 

Need to type in some text by yourself and translate it? Just open the  pop-up window by clicking on the icon next to your browser address bar. It’s always by your side! 

MyTranslator understands 103 languages. Teaches you how to pronounce correctly. It shows phonetic transcription, transliteration and can speak out words and texts with correct accent.

Translate entire web pages within one mouse-click! Just select "Translate this page" in the context menu on any page to see it translated to your language.

Allows you to create custom word lists with your favorite words. Just give our Phrasebook a try. Easily create & curate word lists which are available even offline. Perfect for language learners or travelers who need to have their word lists always by their side.                    

Extension Basic Information

Name MyTranslator MyTranslator
ID henlfoaogpenahckjbgdgdnmeicnhcdk
Official URL https://chrome.google.com/webstore/detail/mytranslator/henlfoaogpenahckjbgdgdnmeicnhcdk
Description Modern and powerful translator with many useful features
File Size 2.09 MB
Installation Count 10,000
Current Version 1.04
Last Updated 2020-01-29
Publish Date 2020-01-26
Rating 4.17/5 Total 42 Ratings
Developer milkarecalvin
Payment Type free
Privacy Policy Page URL https://urlzs.com/8eNvU
Supported Languages de,en,fil,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,cs,el,sr,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "content\/js\/common\/FExtension.js",
            "content\/browser\/js\/FBrowser.js",
            "content\/browser\/chrome\/FBrowserChrome.js",
            "content\/js\/common\/FStorage.js",
            "content\/js\/bg\/bg_inliner.js",
            "content\/js\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "content\/img\/icon.png",
        "default_popup": "content\/html\/popup\/router.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/css\/translator.css"
            ],
            "js": [
                "content\/js\/common\/FExtension.js",
                "content\/browser\/js\/FBrowserInject.js",
                "content\/browser\/chrome\/FBrowserInjectChrome.js",
                "content\/js\/common\/FStorage.js",
                "content\/js\/inject\/translator.js",
                "content\/js\/inject\/data.js",
                "content\/js\/inliner\/inliner_core.js",
                "content\/js\/inliner\/inliner_request.js",
                "content\/js\/inliner\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "content\/img\/icon128.png",
        "16": "content\/img\/icon16.png",
        "32": "content\/img\/icon32.png",
        "48": "content\/img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "content\/html\/options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage"
    ],
    "short_name": "MyTranslator",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.04",
    "web_accessible_resources": [
        "content\/html\/options\/options.html",
        "content\/html\/popup\/translator.html",
        "content\/html\/popup\/dictionary.html",
        "content\/html\/options\/history.html",
        "content\/html\/options\/options-bbl.html",
        "content\/html\/options\/feedback.html",
        "content\/img\/util\/settingsb.png",
        "content\/img\/util\/bfeedback.png",
        "content\/img\/util\/bhelp.png",
        "content\/img\/util\/delete.png",
        "content\/img\/util\/arrow.png",
        "content\/img\/util\/bg.png",
        "content\/img\/util\/bg2.png",
        "content\/img\/util\/bg3.png",
        "content\/img\/util\/imtranslator-s.png",
        "content\/img\/util\/indicator.gif",
        "content\/img\/util\/copy.png",
        "content\/img\/util\/tts.png",
        "content\/img\/util\/tts-voice.png",
        "content\/img\/util\/ttsvoice.png",
        "content\/img\/util\/font-on.png",
        "content\/img\/util\/select.png",
        "content\/img\/util\/font.png",
        "content\/img\/util\/pin-on.png",
        "content\/img\/util\/pin-off.png",
        "content\/img\/util\/donate.png",
        "content\/img\/util\/bhistory.png",
        "content\/img\/util\/switchb.png",
        "content\/img\/util\/loading.gif",
        "content\/img\/util\/up.png",
        "content\/img\/util\/down.png",
        "content\/img\/util\/bbl-logo.png",
        "content\/img\/util\/down.png",
        "content\/img\/util\/show.png",
        "content\/img\/util\/hide.png",
        "content\/img\/util\/settings.png",
        "content\/img\/util\/help.png",
        "content\/img\/util\/history.png",
        "content\/img\/util\/donate.png",
        "content\/img\/util\/play.png",
        "content\/img\/util\/pause.png",
        "content\/img\/util\/volume.png",
        "content\/img\/util\/novolume.png",
        "content\/img\/util\/speak.png"
    ]
}