Text translator

Query selected text by using web ditionary

Was ist Text translator?

Text translator ist eine Chrome-Erweiterung, die von BH_Lin entwickelt wurde, und ihr Hauptmerkmal ist "Query selected text by using web ditionary".

Erweiterungsscreenshots

screenshot

Text translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
Offizielle URL https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
Beschreibung Query selected text by using web ditionary
Dateigröße 85.5 KB
Installationsanzahl 211
Aktuelle Version 1.0.0
Letztes Update 2012-12-17
Veröffentlichungsdatum 2012-12-17
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler BH_Lin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://studiobinghuan.blogspot.tw/
Hilfeseite URL https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
Unterstützte Sprachen 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
}