Simple Translator: Select to Translate

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

Hvad er Simple Translator: Select to Translate?

Simple Translator: Select to Translate er en Chrome-udvidelse udviklet af Peta Sittek, og dens hovedfunktion er "Translate selected text with Google Translate. View translations and learn words in 103 languages.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Simple Translator: Select to Translate-udvidelses-CRX-fil

Download Simple Translator: Select to Translate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Translator: Select to Translate Simple Translator: Select to Translate
ID icchadngbpkcegnabnabhkjkfkfflmpj
Officiel URL https://chromewebstore.google.com/detail/simple-translator-select/icchadngbpkcegnabnabhkjkfkfflmpj
Beskrivelse Translate selected text with Google Translate. View translations and learn words in 103 languages.
Filstørrelse 1.98 MB
Antal Installationer 157,152
Nuværende Version 1.0.2
Senest Opdateret 2022-11-30
Udgivelsesdato 2022-11-29
Bedømmelse 4.50/5 Samlet 50 Bedømmelser
Udvikler Peta Sittek
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://app-loady.com/privacy_policy.html
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}