Translate with Translatium

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

Wat is Translate with Translatium?

Translate with Translatium is een Chrome-extensie ontwikkeld door https://translatium.app, en de belangrijkste functie is "Select text with your mouse and translate with just one click (Translatium desktop app required).".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Translate with Translatium

Download Translate with Translatium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
Officiële URL https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
Beschrijving Select text with your mouse and translate with just one click (Translatium desktop app required).
Bestandsgrootte 36.54 KB
Aantal Installaties 6,200
Huidige Versie 1.2
Laatst Bijgewerkt 2022-11-20
Publicatiedatum 2021-05-17
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://translatium.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://translatium.app/
Help Pagina-URL https://translatium.app/help/
URL van de Privacybeleid Pagina https://about.webcatalog.io/privacy
Ondersteunde Talen 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"
    }
}