MyTranslator
Modern and powerful translator with many useful features
ما هو MyTranslator؟
MyTranslator هو إضافة Chrome تم تطويرها بواسطة milkarecalvin، والميزة الرئيسية لها هي "Modern and powerful translator with many useful features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyTranslator
قم بتنزيل ملفات الامتداد MyTranslator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | henlfoaogpenahckjbgdgdnmeicnhcdk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mytranslator/henlfoaogpenahckjbgdgdnmeicnhcdk |
الوصف | Modern and powerful translator with many useful features |
حجم الملف | 2.09 MB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.04 |
آخر تحديث | 2020-01-29 |
تاريخ النشر | 2020-01-26 |
تقييم | 4.17/5 مجموع تقييمات 42 |
المطور | milkarecalvin |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://urlzs.com/8eNvU |
اللغات المدعومة | 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" ] } |