Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Qu'est-ce que Translate with Translatium ?
Translate with Translatium est une extension Chrome développée par https://translatium.app, et sa fonction principale est "Select text with your mouse and translate with just one click (Translatium desktop app required).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Translate with Translatium
Téléchargez les fichiers d'extension Translate with Translatium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
URL Officiel | 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). |
Taille du Fichier | 36.54 KB |
Nombre d'Installations | 6,200 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-11-20 |
Date de Publication | 2021-05-17 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://translatium.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://translatium.app/ |
URL de la Page d'Aide | https://translatium.app/help/ |
URL de la Page de Politique de Confidentialité | https://about.webcatalog.io/privacy |
Langues Prises en Charge | 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" } } |