Linguist - web pages translator

Pages and texts translation, dictionary, history, offline and custom translators

¿Qué es Linguist - web pages translator?

Linguist - web pages translator es una extensión de Chrome desarrollada por Vitonsky, y su función principal es "Pages and texts translation, dictionary, history, offline and custom translators".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Linguist - web pages translator

Descarga archivos de extensión Linguist - web pages translator 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

                        Translate web pages, highlighted text, Netflix subtitles, private messages, speak text, and save important translations to your personal dictionary to learn words in 130 languages.

Encountering unfamiliar words while reading an online article? Just select text on the page and click the button to translate it. You can speak the translated and original text, and save the translation to your dictionary.

If you need to input text and translate it, you can just click the Linguist button to open the pop-up window.

Full-page translation
With Linguist, you can conveniently translate entire web pages with just one click. All you need to do is select "Translate page" from the context menu on any webpage, and it will be instantly translated into your preferred language.

Make your own personal knowledge base with Linguist!
Any translated text is saved in the history, and you can add your favorite translations to your dictionary. You can search for translations in both your dictionary and history, and even filter your translations by language. The dictionary feature is available even when you are offline, making it an ideal tool for language learners or travelers who require constant access to their word lists.

Offline translation and privacy
Linguist can translate texts even without the internet - a feature that no other extension has. The offline translator allows you to translate texts on your device without sending any private messages over the internet, ensuring your privacy. Simply enable the feature on the options page to maintain your privacy while translating work emails and personal messages.

Customize Linguist as you wish
Unlike other browser extensions, Linguist is not just a wrapper over the Google Translator Widget; it's a complete and independent translation system. This is why Linguist is not limited in what features may be implemented. Linguist is the leading extension for translating pages. Join Linguist and start using the most advanced features now and always stay at the forefront of technological progress in the future.

You have complete control over your data and how Linguist works for you:

- Control web pages auto-translation by language and domain name
- Choose a service that will translate your texts
  - You may use popular services like Google, Yandex, DeepL, Reverso, Bing
  - You may use an offline translator that will translate texts on your device (not sent to the internet at all)
  - You may use custom translator modules to use your own translation service. Read more: https://github.com/translate-tools/linguist/blob/master/docs/CustomTranslator.md
- Choose a service to speak texts
- Customize the user interface and available features

Privacy
Linguist is free, open-source, and never collects your personal data.

If you want to report a bug, suggest a feature, or donate, visit GitHub: https://github.com/translate-tools/linguist                    

Información Básica de la Extensión

Nombre Linguist - web pages translator Linguist - web pages translator
ID gbefmodhlophhakmoecijeppjblibmie
URL Oficial https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
Descripción Pages and texts translation, dictionary, history, offline and custom translators
Tamaño del Archivo 3.17 MB
Cantidad de Instalaciones 44,408
Versión Actual 5.0.7
Última Actualización 2023-07-07
Fecha de Publicación 2021-11-06
Calificación 4.70/5 Total de 87 Calificaciones
Desarrollador Vitonsky
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/translate-tools/linguist
URL de la Página de Ayuda https://github.com/translate-tools/linguist
Idiomas Soportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "5.0.7",
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "icons": {
        "512": "static\/logo\/logo-icon.png"
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "common.css",
        "contentscript.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "pages\/popup\/popup.html",
        "default_title": "__MSG_ext_name__",
        "default_icon": "static\/logo\/logo-icon-simple-dark.png"
    },
    "options_ui": {
        "page": "pages\/options\/options.html",
        "open_in_tab": true
    }
}