Translator Helper

Translator Helper provides an easier and less interruptive way to translate during browsing web pages.

Translator Helper là gì?

Translator Helper là một tiện ích mở rộng Chrome được phát triển bởi Surely, và tính năng chính của nó là "Translator Helper provides an easier and less interruptive way to translate during browsing web pages.".

Ả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 Translator Helper

Tải xuống các tệp mở rộng Translator Helper 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 extension will not and has no permission to access your page!

This extension adds a new "Translate" option on the right-click menu when you have selected some texts on the page. 

Click on the new option will simply opens Google Translate page in a window pop-up, with the selected content automatically loaded in Google Translate page.

The window will by default appear on top left side of your screen, you can move or resize it for your preferences. The extension will translate next item on the same window if you do not close it.

The extension simplifies the process to translate some text during view websites, as opening a new tab and copy-paste it is time wasting and interruptive.                    

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

Tên Translator Helper Translator Helper
ID bpbhkhahapjmpnhmniafkbpcakihjckl
URL Chính Thức https://chromewebstore.google.com/detail/translator-helper/bpbhkhahapjmpnhmniafkbpcakihjckl
Mô tả Translator Helper provides an easier and less interruptive way to translate during browsing web pages.
Kích Thước Tệp 8.72 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-24
Ngày Phát Hành 2019-02-17
Nhà Phát Triển Surely
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translator Helper",
    "description": "Translator Helper provides an easier and less interruptive way to translate during browsing web pages.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "translator_helper.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48x48.png"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon128x128.png"
    },
    "permissions": [
        "contextMenus"
    ]
}