Text translator

Query selected text by using web ditionary

Text translatorとは何ですか?

Text translatorはBH_Linによって開発されたChromeの拡張機能で、その主な機能は「Query selected text by using web ditionary」です。

拡張機能のスクリーンショット

screenshot

Text translator拡張機能のCRXファイルをダウンロード

Text translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
公式URL https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
説明 Query selected text by using web ditionary
ファイルサイズ 85.5 KB
インストール数 211
現在のバージョン 1.0.0
最終更新日 2012-12-17
公開日 2012-12-17
評価 2.00/5 合計 4 レビュー
開発者 BH_Lin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://studiobinghuan.blogspot.tw/
ヘルプページのURL https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
対応言語 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
}