Linguist - web pages translator

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

Vad är Linguist - web pages translator?

Linguist - web pages translator är en Chrome-tillägg utvecklad av Vitonsky, och dess huvudfunktion är "Pages and texts translation, dictionary, history, offline and custom translators".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Linguist - web pages translator-förlängningens CRX-fil

Ladda ner Linguist - web pages translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Linguist - web pages translator Linguist - web pages translator
ID gbefmodhlophhakmoecijeppjblibmie
Officiell webbadress https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
Beskrivning Pages and texts translation, dictionary, history, offline and custom translators
Filstorlek 3.17 MB
Antal Installationer 44,408
Aktuell Version 5.0.7
Senast Uppdaterad 2023-07-07
Publiceringsdatum 2021-11-06
Betyg 4.70/5 Totalt 87 Betyg
Utvecklare Vitonsky
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/translate-tools/linguist
Hjälpsida URL https://github.com/translate-tools/linguist
Stödda Språk 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
    }
}