Click to translate

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

O que é Click to translate?

Click to translate é uma extensão do Chrome desenvolvida por Barna Hunor, e sua principal característica é "Click on a word and get translation in a tooltip/overlay.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Click to translate

Baixe arquivos de extensão Click to translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Click to translate Click to translate
ID gdlbpbalajnhpfklckhciopjlbbiepkn
URL Oficial https://chrome.google.com/webstore/detail/click-to-translate/gdlbpbalajnhpfklckhciopjlbbiepkn
Descrição Click on a word and get translation in a tooltip/overlay.
Tamanho do Arquivo 272 KB
Contagem de Instalações 100,000
Versão Atual 1.6.3
Última Atualização 2021-11-08
Data de Publicação 2021-05-25
Classificação 4.08/5 Total de 12 Avaliações
Desenvolvedor Barna Hunor
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.notion.so/Privacy-Policy-Click-to-translate-d60610582ef145b9a8103a456d8317a9
Idiomas Suportados 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'"
}