Linguist - web pages translator

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

What is Linguist - web pages translator?

Linguist - web pages translator is a Chrome extension developed by Vitonsky, and its main feature is "Pages and texts translation, dictionary, history, offline and custom translators".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Linguist - web pages translator Extension CRX File

Download Linguist - web pages translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Linguist - web pages translator Linguist - web pages translator
ID gbefmodhlophhakmoecijeppjblibmie
Official URL https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
Description Pages and texts translation, dictionary, history, offline and custom translators
File Size 3.17 MB
Installation Count 44,408
Current Version 5.0.7
Last Updated 2023-07-07
Publish Date 2021-11-06
Rating 4.70/5 Total 87 Ratings
Developer Vitonsky
Email [email protected]
Payment Type free
Extension Website https://github.com/translate-tools/linguist
Help Page URL https://github.com/translate-tools/linguist
Supported Languages 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
    }
}