GTranslator

GTranslator

GTranslator란 무엇입니까?

GTranslator은(는) ext devil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GTranslator"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Where do you go when you need a quick translation to another language? A friend or a foreign language dictionary? Now, you can use a handy browser extension if you need to translate words often, with this extension you will get the most convenient access to the online translation services powered by Google.

Highlight or right-click on a section of text and click on Translate icon next to it to translate it to your language, the result will be opened to you in a new tab.
You can set your language in extension settings and it will automatically translate everything to that language. Translator will detect the language of the site you’re on by itself. Users can also easily translate snippets of text, as well as listen to the proper pronunciation of translated words and phrases on a new tab.                    

확장 프로그램 기본 정보

이름 GTranslator GTranslator
ID bfbblfociapkankmiajlhmjkgbaoogon
공식 URL https://chrome.google.com/webstore/detail/gtranslator/bfbblfociapkankmiajlhmjkgbaoogon
설명 GTranslator
파일 크기 474 KB
설치 횟수 33,591
현재 버전 1.1.0
최근 업데이트 2022-04-27
출시 날짜 2020-07-24
평점 4.22/5 총 78 개의 평점
개발자 ext devil
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/gtranslator-pp/home
지원되는 언어 de,en,en-GB,en-US,fr,nl,no,es,es-419,it,pt-BR,pt-PT,ro,sk,fi,ru,zh-CN,zh-TW
manifest.json
{
    "background": {
        "scripts": [
            "js\/Utils.js",
            "js\/core.js",
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html",
        "default_title": "GTranslator"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "tabs"
    ],
    "short_name": "GTranslator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*"
    ]
}