Zaqwes Translate
The simplest intext translator (Google Translate). Just select peace of text and open context menu.
O que é Zaqwes Translate?
Zaqwes Translate é uma extensão do Chrome desenvolvida por vda, e sua principal característica é "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zaqwes Translate
Baixe arquivos de extensão Zaqwes 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
The simplest intext translator. Just select peace of text and open context menu. You can customize translated text color, your native and learning language in a extension config page. Changes v 0.3.3: - added "remove translation" button
Informações Básicas da Extensão
Nome | |
ID | egebhoednokcgohihigbkojpfgofdhak |
URL Oficial | https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak |
Descrição | The simplest intext translator (Google Translate). Just select peace of text and open context menu. |
Tamanho do Arquivo | 39.56 KB |
Contagem de Instalações | 14 |
Versão Atual | 0.3.3 |
Última Atualização | 2014-08-15 |
Data de Publicação | 2014-08-15 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | vda |
Tipo de Pagamento | free |
Idiomas Suportados | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Translate", "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.", "version": "0.3.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "zaqwes-translate-pageScript.js" ] } ], "manifest_version": 2 } |