Synchrolator

Translate your text into different languages simultaneously with the Synchronous Translator.

Synchrolator란 무엇입니까?

Synchrolator은(는) Peym4n에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate your text into different languages simultaneously with the Synchronous Translator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Synchronous Translator lets you translate your text into multiple languages at once.

With just one click, you can get translations in up to 10 languages of your choice.

You can select from 91 languages supported by Google Translate, or use the “Auto” function to let the extension detect the language of your text and translate it accordingly.

This way, you can learn new words and phrases in different languages simultaneously.

You can also copy and paste your text easily with the buttons provided by the extension.

Synchronous Translator uses the Google Translate API to deliver accurate and fast translations.

---------
Changes in v4.1.0:
 - Options are synchronized and restored on re-installation
Changes in v4.0.0:
 - 27 new languages
 - Supports RTL languages
 - Shows phonetic if available
Changes in v3.9:
 - Please use "Shift+Enter" for new line and "Enter" for translation
 - library upgrade and some debugging                    

확장 프로그램 기본 정보

이름 Synchrolator Synchrolator
ID aiapcdmdlkmmlcnjnoochgppbmbpobng
공식 URL https://chromewebstore.google.com/detail/synchrolator/aiapcdmdlkmmlcnjnoochgppbmbpobng
설명 Translate your text into different languages simultaneously with the Synchronous Translator.
파일 크기 146 KB
설치 횟수 3,000
현재 버전 4.1.2
최근 업데이트 2024-02-15
출시 날짜 2016-09-01
평점 4.89/5 총 9 개의 평점
개발자 Peym4n
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synchrolator",
    "short_name": "Synchrolator",
    "version": "4.1.2",
    "manifest_version": 2,
    "description": "Translate your text into different languages simultaneously with the Synchronous Translator.",
    "icons": {
        "128": "img\/SL-128.png",
        "64": "img\/SL-64.png",
        "48": "img\/SL-48.png",
        "32": "img\/SL-32.png",
        "24": "img\/SL-24.png",
        "16": "img\/SL-16.png"
    },
    "browser_action": {
        "default_icon": "img\/SL-128.png",
        "default_title": "Synchrolator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}