MyTranslator
Modern and powerful translator with many useful features
什麼是MyTranslator?
MyTranslator是由milkarecalvin開發的Chrome擴展程式,該擴展的主要功能是“Modern and powerful translator with many useful features”。
擴展截圖
下載MyTranslator擴展crx文件
下載MyTranslator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
隱私政策頁面URL | 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" ] } |