Text translator
Query selected text by using web ditionary
O que é Text translator?
Text translator é uma extensão do Chrome desenvolvida por BH_Lin, e sua principal característica é "Query selected text by using web ditionary".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Text translator
Baixe arquivos de extensão Text translator 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
This tool is for keyword searching by using yahoo dictionary. We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary. [How to use]: 1. select a string. 2. right click on the selection. 3. press the item "search in dictionary" then, you will get the search result. PS: here is my blog http://studiobinghuan.blogspot.tw/
Informações Básicas da Extensão
Nome | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
URL Oficial | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
Descrição | Query selected text by using web ditionary |
Tamanho do Arquivo | 85.5 KB |
Contagem de Instalações | 211 |
Versão Atual | 1.0.0 |
Última Atualização | 2012-12-17 |
Data de Publicação | 2012-12-17 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | BH_Lin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://studiobinghuan.blogspot.tw/ |
URL da Página de Ajuda | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text translator", "description": "Query selected text by using web ditionary", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "manifest_version": 2 } |