Simple Translator: Select to Translate

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

¿Qué es Simple Translator: Select to Translate?

Simple Translator: Select to Translate es una extensión de Chrome desarrollada por Peta Sittek, y su función principal es "Translate selected text with Google Translate. View translations and learn words in 103 languages.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple Translator: Select to Translate

Descarga archivos de extensión Simple Translator: Select to Translate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Simple Translator: Select to Translate Simple Translator: Select to Translate
ID icchadngbpkcegnabnabhkjkfkfflmpj
URL Oficial https://chromewebstore.google.com/detail/simple-translator-select/icchadngbpkcegnabnabhkjkfkfflmpj
Descripción Translate selected text with Google Translate. View translations and learn words in 103 languages.
Tamaño del Archivo 1.98 MB
Cantidad de Instalaciones 157,152
Versión Actual 1.0.2
Última Actualización 2022-11-30
Fecha de Publicación 2022-11-29
Calificación 4.50/5 Total de 50 Calificaciones
Desarrollador Peta Sittek
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://app-loady.com/privacy_policy.html
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}