Simple Translator: Select to Translate

Translate selected text with Google Translate. View translations and learn words in 103 languages.

什么是Simple Translator: Select to Translate?

Simple Translator: Select to Translate是由Peta Sittek开发的Chrome扩展程序,该扩展的主要功能是“Translate selected text with Google Translate. View translations and learn words in 103 languages.”。

扩展截图

screenshot
screenshot
screenshot

下载Simple Translator: Select to Translate扩展crx文件

下载Simple Translator: Select to Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight or right-click on a section of text and click on the Translate icon next to it to translate it to your language. Or, to translate the entire page you're visiting, click the translate icon on the browser toolbar, and choose to translate this page.

Need to type in some text by yourself and translate it? Open the extension pop-up window by clicking on the icon next to your browser address bar! 

You will be able to translate into 103 languages. Built-in text-to-speech technology translator teaches you how to pronounce words correctly. It shows phonetic transcription and transliteration and can speak words and texts with the correct accent.

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

KEY FEATURES:
► Translate any text on the web page via selection or context menu.
► Translate custom text inside the pop-up window that's located in the browser menu bar.
► Word pronunciation (text to speech), transcription, synonyms, antonyms, definition and usage examples.
► Translator supports more than 100 languages.
► All translation history is automatically saved in your browser's local storage. 
► Translator is a free, personal translation extension in real-time.

Language Translator: a professional translation extension to translate between languages using features like text translator, transcription, and text-to-speech. 

This translator isn't just for reading and writing but for complete language mastery and comprehension. So download your translator today and never feel lost in languages again.                    

扩展基本信息

名称 Simple Translator: Select to Translate Simple Translator: Select to Translate
ID icchadngbpkcegnabnabhkjkfkfflmpj
官方URL https://chromewebstore.google.com/detail/simple-translator-select/icchadngbpkcegnabnabhkjkfkfflmpj
简介 Translate selected text with Google Translate. View translations and learn words in 103 languages.
文件大小 1.98 MB
安装次数 157,152
当前版本 1.0.2
更新时间 2022-11-30
上架时间 2022-11-29
评分 4.50/5 共50次评分
开发者 Peta Sittek
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://app-loady.com/privacy_policy.html
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/common_utils\/translate_utils.js",
                "js\/common_utils\/audio_utils.js",
                "js\/common_utils\/languages.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/pageTranslation.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/translation_all_page_styling.js"
            ],
            "css": [
                "css\/content.css",
                "css\/pageTranslation.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "Translator",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "system.display",
        "declarativeNetRequest"
    ],
    "short_name": "Translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "css\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}