Click to translate

Click on a word and get translation in a tooltip/overlay.

什麼是Click to translate?

Click to translate是由Barna Hunor開發的Chrome擴展程式,該擴展的主要功能是“Click on a word and get translation in a tooltip/overlay.”。

擴展截圖

screenshot
screenshot

下載Click to translate擴展crx文件

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

擴展使用說明

                        Click to translate assists you with word translation. Just one click - you get a translation for a single word. Powerful options can tailor your experience.
It resembles the “Lookup” feature that you can find on OSX or iOS devices. 

Features:
⭐ Single-word translation (or Lookup)  with a mouse click
⭐ Reverse translation 
⭐ Configurable keyboard shortcuts
⭐ Many options to tweak
 
PLEASE NOTE: 
You should select a preferred language! The app won’t work without this setting. The settings page will be opened once you install the app. If you need to change your preferred language, you can use the extension’s options page.                    

擴展基本資訊

名稱 Click to translate Click to translate
ID gdlbpbalajnhpfklckhciopjlbbiepkn
官方網址 https://chrome.google.com/webstore/detail/click-to-translate/gdlbpbalajnhpfklckhciopjlbbiepkn
簡介 Click on a word and get translation in a tooltip/overlay.
檔案大小 272 KB
安裝次數 100,000
目前版本 1.6.3
更新時間 2021-11-08
上架時間 2021-05-25
評分 4.08/5 共 12 次評分
開發者 Barna Hunor
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Privacy-Policy-Click-to-translate-d60610582ef145b9a8103a456d8317a9
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.6.3",
    "icons": {
        "300": "images\/to_300.png",
        "128": "images\/to_128.png",
        "48": "images\/to_48.png",
        "16": "images\/to_16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "300": "images\/to_300.png",
            "128": "images\/to_128.png",
            "48": "images\/to_48.png",
            "16": "images\/to_16.png"
        }
    },
    "commands": {
        "copy-translation-to-clipboard": {
            "description": "Copy translation to clipboard"
        }
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "html\/options.html",
        "popup.html",
        "popup.js",
        "tat_popup.html",
        "tat_popup.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/clients5.google.com; object-src 'self'"
}