Quick Search for Google Translate

Select a word or phrase in current browser tab and click the popup to get the translation

Quick Search for Google Translate là gì?

Quick Search for Google Translate là một tiện ích mở rộng Chrome được phát triển bởi emano.waldeck, và tính năng chính của nó là "Select a word or phrase in current browser tab and click the popup to get the translation".

Ả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 Quick Search for Google Translate

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

                        When the extension is installed select some text from a website, then click the toolbar button to open the popup and to perform the automatic search.

Notes:
    1. If no text is selected in the current page, the extension allows you to do the search inside the popup.
    2. You can change the source and destination languages from the popup. The extension will persist your language choices for later usage. The default language for the source is "auto detect" and the default language for the destination is "En".
    3. This extension uses translate.google.com to do all the translations.

-- Legal:
This extension is not affiliated with Google in any way. This is just a product to enhance this product's usage.                    

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

Tên Quick Search for Google Translate Quick Search for Google Translate
ID djamnihdpnemfabglaicnnnoehnalhig
URL Chính Thức https://chromewebstore.google.com/detail/quick-search-for-google-t/djamnihdpnemfabglaicnnnoehnalhig
Mô tả Select a word or phrase in current browser tab and click the popup to get the translation
Kích Thước Tệp 46.87 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2018-05-03
Ngày Phát Hành 2018-05-03
Nhà Phát Triển emano.waldeck
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://add0n.com/quick-search.html?from=translate
URL Trang Trợ Giúp http://add0n.com/quick-search.html?from=translate
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Quick Search for Google Translate",
    "description": "Select a word or phrase in current browser tab and click the popup to get the translation",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.google.cz\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "http:\/\/add0n.com\/quick-search.html?from=translate",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "data\/panel\/index.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}