Synchrolator

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

Synchrolator là gì?

Synchrolator là một tiện ích mở rộng Chrome được phát triển bởi Peym4n, và tính năng chính của nó là "Translate your text into different languages simultaneously with the Synchronous Translator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synchrolator

Tải xuống các tệp mở rộng Synchrolator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synchrolator Synchrolator
ID aiapcdmdlkmmlcnjnoochgppbmbpobng
URL Chính Thức https://chromewebstore.google.com/detail/synchrolator/aiapcdmdlkmmlcnjnoochgppbmbpobng
Mô tả Translate your text into different languages simultaneously with the Synchronous Translator.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 4.1.2
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2016-09-01
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Peym4n
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}