Sonic Translate

Translate selected text using keyboard shortcuts with Google Translate. Fast and simple web translation.

Sonic Translate là gì?

Sonic Translate là một tiện ích mở rộng Chrome được phát triển bởi enopionic, và tính năng chính của nó là "Translate selected text using keyboard shortcuts with Google Translate. Fast and simple web translation.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Sonic Translate 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

                        This is a handy extension for those who don't want to spend extra time translating unfamiliar words or sentences in a foreign language while surfing the internet.

You might read an article, post or write a letter and some times you need to find a definition of a certain text that is written in a foreign language, or simply to listen how to pronounce selected text without taking too much actions.

Sonic Translate is an extension that helps you to achieve and improve your knowledge along with Google Translate in easy, simple and convenient way.

No extra clicks. Just select text and use your desired keyboard shortcuts to get the results. 

You have two ways of getting translation results:

* Popup - translation will be shown in a compact popup window, near the select text.
Default keyboard shortcut: Control + e

* Advanced panel - an expanded frame that is attached to the bottom of the browser window, which contains full information about the selected subject (translation, definitions, examples, synonyms).
Default keyboard shortcut: Shift + e

The extension has an option page which allows you to do the following:

- Change translation language (From / To). The source language (From) can be set to auto-detected.
- Set custom keyboard shortcuts for both, Popup and Advanced panel translation.
- Change default speakers for various languages which is used to pronounce selected text.
- An additional option, to be able to hear the pronunciation at the time of translation.                    

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

Tên Sonic Translate Sonic Translate
ID lidmceebgcflkcaekjokiakijnafibnb
URL Chính Thức https://chromewebstore.google.com/detail/sonic-translate/lidmceebgcflkcaekjokiakijnafibnb
Mô tả Translate selected text using keyboard shortcuts with Google Translate. Fast and simple web translation.
Kích Thước Tệp 2.26 MB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-08-18
Ngày Phát Hành 2020-08-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển enopionic
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/sonic-translate-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sonic Translate",
    "description": "Translate selected text using keyboard shortcuts with Google Translate. Fast and simple web translation.",
    "version": "1.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_title": "Sonic Translate"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content-style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "pframe\/index.html",
        "iframe\/index.html",
        "content-style.css",
        "fonts\/Icon.eot",
        "fonts\/Icon.svg",
        "fonts\/Icon.ttf",
        "fonts\/Icon.woff"
    ],
    "options_page": "options\/index.html",
    "permissions": [
        "http:\/\/translate.google.com\/",
        "https:\/\/translate.google.com\/",
        "storage"
    ]
}