Translate with Translatium

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

Co je Translate with Translatium?

Translate with Translatium je rozšíření Chrome vyvinuté https://translatium.app, a jeho hlavní funkcí je „Select text with your mouse and translate with just one click (Translatium desktop app required).“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Translate with Translatium

Stáhněte si soubory rozšíření Translate with Translatium ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
Oficiální URL https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
Popis Select text with your mouse and translate with just one click (Translatium desktop app required).
Velikost souboru 36.54 KB
Počet instalací 6,200
Aktuální Verze 1.2
Poslední Aktualizace 2022-11-20
Datum Vydání 2021-05-17
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://translatium.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://translatium.app/
URL Stránky Nápovědy https://translatium.app/help/
URL Stránky Zásad Ochrany Soukromí https://about.webcatalog.io/privacy
Podporované Jazyky 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"
    }
}