Linguist - web pages translator

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

Что такое Linguist - web pages translator?

Linguist - web pages translator - это расширение Chrome, разработанное Vitonsky, и его основная функция - "Pages and texts translation, dictionary, history, offline and custom translators".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Linguist - web pages translator

Скачайте файлы расширений Linguist - web pages translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Linguist - web pages translator Linguist - web pages translator
ID gbefmodhlophhakmoecijeppjblibmie
Официальный URL https://chromewebstore.google.com/detail/linguist-web-pages-transl/gbefmodhlophhakmoecijeppjblibmie
Описание Pages and texts translation, dictionary, history, offline and custom translators
Размер файла 3.17 MB
Количество установок 44,408
Текущая Версия 5.0.7
Последнее Обновление 2023-07-07
Дата публикации 2021-11-06
Рейтинг 4.70/5 Всего 87 оценок
Разработчик Vitonsky
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/translate-tools/linguist
URL страницы помощи https://github.com/translate-tools/linguist
Поддерживаемые языки 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
    }
}