GTranslator

GTranslator

GTranslator là gì?

GTranslator là một tiện ích mở rộng Chrome được phát triển bởi ext devil, và tính năng chính của nó là "GTranslator".

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

screenshot

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

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

                        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.                    

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

Tên GTranslator GTranslator
ID bfbblfociapkankmiajlhmjkgbaoogon
URL Chính Thức https://chrome.google.com/webstore/detail/gtranslator/bfbblfociapkankmiajlhmjkgbaoogon
Mô tả GTranslator
Kích Thước Tệp 474 KB
Số Lần Cài Đặt 33,591
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-04-27
Ngày Phát Hành 2020-07-24
Đánh Giá 4.22/5 Tổng số 78 Đánh Giá
Nhà Phát Triển ext devil
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/gtranslator-pp/home
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}