Translate with Translatium

Select text with your mouse and translate with just one click (Translatium desktop app required).

What is Translate with Translatium?

Translate with Translatium is a Chrome extension developed by https://translatium.app, and its main feature is "Select text with your mouse and translate with just one click (Translatium desktop app required).".

Extension Screenshots

screenshot
screenshot

Download Translate with Translatium Extension CRX File

Download Translate with Translatium 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

                        Select text with your mouse and translate with just one click (Translatium desktop app required).

---

Extends the Translatium app on your Mac, Windows PC or Linux, so you can select text with your mouse and translate with just one click.

⚠️ The Translatium extension requires the Translatium app for Mac, Windows or Linux: https://translatium.app

If you have the Translatium app on your Mac, Windows PC or Linux, install this extension to translate selected text quickly.                    

Extension Basic Information

Name Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
Official URL https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
Description Select text with your mouse and translate with just one click (Translatium desktop app required).
File Size 36.54 KB
Installation Count 6,200
Current Version 1.2
Last Updated 2022-11-20
Publish Date 2021-05-17
Rating 4.00/5 Total 4 Ratings
Developer https://translatium.app
Email [email protected]
Payment Type free
Extension Website https://translatium.app/
Help Page URL https://translatium.app/help/
Privacy Policy Page URL https://about.webcatalog.io/privacy
Supported Languages en,vi,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}