Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Hvad er Translate with Translatium?
Translate with Translatium er en Chrome-udvidelse udviklet af https://translatium.app, og dens hovedfunktion er "Select text with your mouse and translate with just one click (Translatium desktop app required).".
Udvidelsesskærmbilleder
Download Translate with Translatium-udvidelses-CRX-fil
Download Translate with Translatium-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
Officiel URL | https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl |
Beskrivelse | Select text with your mouse and translate with just one click (Translatium desktop app required). |
Filstørrelse | 36.54 KB |
Antal Installationer | 6,200 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-11-20 |
Udgivelsesdato | 2021-05-17 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://translatium.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://translatium.app/ |
Hjælpeside-URL | https://translatium.app/help/ |
URL til Fortrolighedspolitik Side | https://about.webcatalog.io/privacy |
Understøttede Sprog | 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" } } |