Translate with Translatium

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

Vad är Translate with Translatium?

Translate with Translatium är en Chrome-tillägg utvecklad av https://translatium.app, och dess huvudfunktion är "Select text with your mouse and translate with just one click (Translatium desktop app required).".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Translate with Translatium-förlängningens CRX-fil

Ladda ner Translate with Translatium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
Officiell webbadress https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
Beskrivning Select text with your mouse and translate with just one click (Translatium desktop app required).
Filstorlek 36.54 KB
Antal Installationer 6,200
Aktuell Version 1.2
Senast Uppdaterad 2022-11-20
Publiceringsdatum 2021-05-17
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://translatium.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://translatium.app/
Hjälpsida URL https://translatium.app/help/
URL till Sekretesspolicy Sidan https://about.webcatalog.io/privacy
Stödda Språk 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"
    }
}