Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Cos'è Translate with Translatium?
Translate with Translatium è un'estensione di Chrome sviluppata da https://translatium.app, e la sua funzione principale è "Select text with your mouse and translate with just one click (Translatium desktop app required).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Translate with Translatium
Scarica i file di estensione Translate with Translatium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
URL Ufficiale | https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl |
Descrizione | Select text with your mouse and translate with just one click (Translatium desktop app required). |
Dimensione del File | 36.54 KB |
Conteggio Installazioni | 6,200 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-11-20 |
Data di Pubblicazione | 2021-05-17 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://translatium.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://translatium.app/ |
URL della Pagina di Aiuto | https://translatium.app/help/ |
URL della Pagina della Politica sulla Privacy | https://about.webcatalog.io/privacy |
Lingue Supportate | 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" } } |