Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Was ist Translate with Translatium?
Translate with Translatium ist eine Chrome-Erweiterung, die von https://translatium.app entwickelt wurde, und ihr Hauptmerkmal ist "Select text with your mouse and translate with just one click (Translatium desktop app required).".
Erweiterungsscreenshots
Translate with Translatium-Erweiterungs-CRX-Datei herunterladen
Laden Sie Translate with Translatium-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
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.
Grundlegende Informationen zur Erweiterung
Name | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
Offizielle URL | https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl |
Beschreibung | Select text with your mouse and translate with just one click (Translatium desktop app required). |
Dateigröße | 36.54 KB |
Installationsanzahl | 6,200 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-11-20 |
Veröffentlichungsdatum | 2021-05-17 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://translatium.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://translatium.app/ |
Hilfeseite URL | https://translatium.app/help/ |
URL der Datenschutzrichtlinien-Seite | https://about.webcatalog.io/privacy |
Unterstützte Sprachen | 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" } } |