Simple Translator: Select to Translate

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

Apa itu Simple Translator: Select to Translate?

Simple Translator: Select to Translate adalah ekstensi Chrome yang dikembangkan oleh Peta Sittek, dan fitur utamanya adalah "Translate selected text with Google Translate. View translations and learn words in 103 languages.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Translator: Select to Translate

Unduh file ekstensi Simple Translator: Select to Translate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simple Translator: Select to Translate Simple Translator: Select to Translate
ID icchadngbpkcegnabnabhkjkfkfflmpj
URL Resmi https://chromewebstore.google.com/detail/simple-translator-select/icchadngbpkcegnabnabhkjkfkfflmpj
Deskripsi Translate selected text with Google Translate. View translations and learn words in 103 languages.
Ukuran File 1.98 MB
Jumlah Instalasi 157,152
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-11-30
Tanggal Publikasi 2022-11-29
Penilaian 4.50/5 Total 50 Penilaian
Pengembang Peta Sittek
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://app-loady.com/privacy_policy.html
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}