Text translator

Query selected text by using web ditionary

¿Qué es Text translator?

Text translator es una extensión de Chrome desarrollada por BH_Lin, y su función principal es "Query selected text by using web ditionary".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Text translator

Descarga archivos de extensión Text translator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
URL Oficial https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
Descripción Query selected text by using web ditionary
Tamaño del Archivo 85.5 KB
Cantidad de Instalaciones 211
Versión Actual 1.0.0
Última Actualización 2012-12-17
Fecha de Publicación 2012-12-17
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador BH_Lin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://studiobinghuan.blogspot.tw/
URL de la Página de Ayuda https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
Idiomas Soportados 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
}