Translate

A Google Chrome extension which can translate words and sentences into different languages.

Translate란 무엇입니까?

Translate은(는) Sparsh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome extension which can translate words and sentences into different languages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Browsing the internet or reading a blog and don't know the meaning of a word or sentence? Just select any text and press a right-click on any webpage and translate it in your preferred language on the same page using Translate.

Translate is a utility powered by google translator that enables you to translate any word or sentence on the fly without leaving your current page.

# Features- 
* Free.
* No account needed.
* Fast.Lightweight.
* Simple and easy to use.
* Can translate the word from any language.
* Shows the translation on the page itself.
* Supports 134 languages.
* Doesn't collect any data in the background.
* Powered by Google Translate.                    

확장 프로그램 기본 정보

이름 Translate Translate
ID ejjohjoianmepamafhpdbbaghdjkfeoe
공식 URL https://chromewebstore.google.com/detail/translate/ejjohjoianmepamafhpdbbaghdjkfeoe
설명 A Google Chrome extension which can translate words and sentences into different languages.
파일 크기 502 KB
설치 횟수 2,340
현재 버전 1.60.134
최근 업데이트 2023-01-21
출시 날짜 2020-06-20
평점 4.61/5 총 23 개의 평점
개발자 Sparsh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
도움말 페이지 URL https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate",
    "description": "A Google Chrome extension which can translate words and sentences into different languages.",
    "version": "1.60.134",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js",
                ".\/js\/jquery-3.5.0.min.js",
                ".\/js\/popup.js",
                ".\/js\/materialize.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": "images\/translate-16x16.png",
        "48": "images\/translate-48x48.png",
        "128": "images\/translate-128x128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/translate-19x19.png",
            "38": "images\/translate-38x38.png"
        },
        "default_title": "Translate: click to know how to use.",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.linkedin.com\/in\/sparsh-pipley-6ab0b1a4\/"
}