Simple Translator: Select to Translate

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

Was ist Simple Translator: Select to Translate?

Simple Translator: Select to Translate ist eine Chrome-Erweiterung, die von Peta Sittek entwickelt wurde, und ihr Hauptmerkmal ist "Translate selected text with Google Translate. View translations and learn words in 103 languages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Simple Translator: Select to Translate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Translator: Select to Translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simple Translator: Select to Translate Simple Translator: Select to Translate
ID icchadngbpkcegnabnabhkjkfkfflmpj
Offizielle URL https://chromewebstore.google.com/detail/simple-translator-select/icchadngbpkcegnabnabhkjkfkfflmpj
Beschreibung Translate selected text with Google Translate. View translations and learn words in 103 languages.
Dateigröße 1.98 MB
Installationsanzahl 157,152
Aktuelle Version 1.0.2
Letztes Update 2022-11-30
Veröffentlichungsdatum 2022-11-29
Bewertung 4.50/5 Insgesamt 50 Bewertungen
Entwickler Peta Sittek
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://app-loady.com/privacy_policy.html
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}