Text translator

Query selected text by using web ditionary

Cos'è Text translator?

Text translator è un'estensione di Chrome sviluppata da BH_Lin, e la sua funzione principale è "Query selected text by using web ditionary".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text translator

Scarica i file di estensione Text translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
URL Ufficiale https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
Descrizione Query selected text by using web ditionary
Dimensione del File 85.5 KB
Conteggio Installazioni 211
Versione Corrente 1.0.0
Ultimo Aggiornamento 2012-12-17
Data di Pubblicazione 2012-12-17
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore BH_Lin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://studiobinghuan.blogspot.tw/
URL della Pagina di Aiuto https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
Lingue Supportate 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
}