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?

Quick Search for Google Translate是由emano.waldeck開發的Chrome擴展程式,該擴展的主要功能是“Select a word or phrase in current browser tab and click the popup to get the translation”。

擴展截圖

screenshot

下載Quick Search for Google Translate擴展crx文件

下載Quick Search for Google Translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Quick Search for Google Translate Quick Search for Google Translate
ID djamnihdpnemfabglaicnnnoehnalhig
官方網址 https://chromewebstore.google.com/detail/quick-search-for-google-t/djamnihdpnemfabglaicnnnoehnalhig
簡介 Select a word or phrase in current browser tab and click the popup to get the translation
檔案大小 46.87 KB
安裝次數 36
目前版本 0.1.2
更新時間 2018-05-03
上架時間 2018-05-03
開發者 emano.waldeck
電子郵箱 [email protected]
付費類型 free
擴展官網 http://add0n.com/quick-search.html?from=translate
說明頁面URL http://add0n.com/quick-search.html?from=translate
支援的語言 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"
        }
    }
}