Linguist - web pages translator

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

Was ist Linguist - web pages translator?

Linguist - web pages translator ist eine Chrome-Erweiterung, die von Vitonsky entwickelt wurde, und ihr Hauptmerkmal ist "Pages and texts translation, dictionary, history, offline and custom translators".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Linguist - web pages translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linguist - web pages translator-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Linguist - web pages translator Linguist - web pages translator
ID gbefmodhlophhakmoecijeppjblibmie
Offizielle URL https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
Beschreibung Pages and texts translation, dictionary, history, offline and custom translators
Dateigröße 3.17 MB
Installationsanzahl 44,408
Aktuelle Version 5.0.7
Letztes Update 2023-07-07
Veröffentlichungsdatum 2021-11-06
Bewertung 4.70/5 Insgesamt 87 Bewertungen
Entwickler Vitonsky
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/translate-tools/linguist
Hilfeseite URL https://github.com/translate-tools/linguist
Unterstützte Sprachen 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
    }
}