Text translator

Query selected text by using web ditionary

Co je Text translator?

Text translator je rozšíření Chrome vyvinuté BH_Lin, a jeho hlavní funkcí je „Query selected text by using web ditionary“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Text translator

Stáhněte si soubory rozšíření Text translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
Oficiální URL https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
Popis Query selected text by using web ditionary
Velikost souboru 85.5 KB
Počet instalací 211
Aktuální Verze 1.0.0
Poslední Aktualizace 2012-12-17
Datum Vydání 2012-12-17
Hodnocení 2.00/5 Celkem 4 Hodnocení
Vývojář BH_Lin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://studiobinghuan.blogspot.tw/
URL Stránky Nápovědy https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
Podporované Jazyky 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
}