Translate with Translatium

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

Translate with Translatium란 무엇입니까?

Translate with Translatium은(는) https://translatium.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select text with your mouse and translate with just one click (Translatium desktop app required)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Translate with Translatium 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
공식 URL https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
설명 Select text with your mouse and translate with just one click (Translatium desktop app required).
파일 크기 36.54 KB
설치 횟수 6,200
현재 버전 1.2
최근 업데이트 2022-11-20
출시 날짜 2021-05-17
평점 4.00/5 총 4 개의 평점
개발자 https://translatium.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://translatium.app/
도움말 페이지 URL https://translatium.app/help/
개인정보 보호 정책 페이지 URL https://about.webcatalog.io/privacy
지원되는 언어 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"
    }
}